ErrorItem
in package
Explicit details on a problem.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$detail
public
string
$detail
Explicit information on the issue.
$pointer
public
string|null
$pointer
A JSON Pointer to the location of the body property.
Methods
__construct()
public
__construct(array<string, int|float|string|bool|null|array<string|int, mixed>> $rawResponse) : mixed
Parameters
- $rawResponse : array<string, int|float|string|bool|null|array<string|int, mixed>>
-
Raw error response from the API.