APIErrorReportContext
in package
implements
JsonSerializable
FinalYes
Table of Contents
Interfaces
- JsonSerializable
Properties
Methods
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Properties
$code read-only
public
string|null
$code
= null
$fixCode read-only
public
string|null
$fixCode
= null
$type read-only
public
string|null
$type
= null
Methods
__construct()
public
__construct([string|null $type = null ][, string|null $code = null ][, string|null $fixCode = null ]) : mixed
Parameters
- $type : string|null = null
- $code : string|null = null
- $fixCode : string|null = null
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>