ErrorResponse
in package
Error response class.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$detail
public
string
$detail
The detail on the error.
$status
public
int
$status
HTTP Status code.
Methods
__construct()
public
__construct(array<string|int, mixed> $serverResponse) : mixed
Parameters
- $serverResponse : array<string|int, mixed>
-
Raw server response array.