Inttegro PHP SDK

APIError extends InttegroError
in package

Table of Contents

Properties

$body  : mixed
$cause  : string|null
$code  : mixed
$data  : mixed
$detail  : string|null
$fixCode  : string|null
$report  : ErrorReport|null
$requestId  : string|null
$status  : int
$type  : string|null
$url  : string|null

Methods

__construct()  : mixed

Properties

$cause

public string|null $cause

$detail

public string|null $detail

$fixCode

public string|null $fixCode

$requestId

public string|null $requestId

Methods

__construct()

public __construct(string $message, int $status[, string|null $code = null ][, string|null $type = null ][, string|null $url = null ][, string|null $detail = null ][, string|null $fixCode = null ][, string|null $cause = null ][, mixed $body = null ][, mixed $data = null ][, string|null $requestId = null ]) : mixed
Parameters
$message : string
$status : int
$code : string|null = null
$type : string|null = null
$url : string|null = null
$detail : string|null = null
$fixCode : string|null = null
$cause : string|null = null
$body : mixed = null
$data : mixed = null
$requestId : string|null = null
On this page

Search results