Documentation

MindeeV2HttpUnknownError extends MindeeV2HttpException
in package

Unknown HTTP error for the V2 API.

Table of Contents

Properties

$detail  : string|null
$errorCode  : string|null
$errors  : array<string|int, mixed>
$status  : int
$title  : string|null

Methods

__construct()  : mixed

Properties

$errorCode

public string|null $errorCode

Error code. Note: PHP's RuntimeException class uses $code for the error code.

Methods

__construct()

public __construct(string|null $response) : mixed
Parameters
$response : string|null

Faulty server response.


        
On this page

Search results