OlcRequestError
extends Exception
in package
Table of Contents
Properties
- $exception : ClientException
Methods
- __construct() : mixed
- getErrorList() : array<string|int, mixed>
- getErrorMessage() : mixed
- getRequest() : mixed
- getResponse() : mixed
- toArray() : mixed
- Returns response body as an array.
- toString() : mixed
Properties
$exception
private
ClientException
$exception
Methods
__construct()
public
__construct(ClientException $response) : mixed
Parameters
- $response : ClientException
getErrorList()
public
getErrorList() : array<string|int, mixed>
Return values
array<string|int, mixed>getErrorMessage()
public
getErrorMessage() : mixed
getRequest()
public
getRequest() : mixed
getResponse()
public
getResponse() : mixed
toArray()
Returns response body as an array.
public
toArray() : mixed
toString()
public
toString() : mixed