Documentation

ApiException extends EasyPostException
in package

Table of Contents

$code  : string|null
$code  : mixed
$errors  : array<string|int, FieldError>|null
$errors  : mixed
$httpBody  : string|null
$httpStatus  : int|null
$jsonBody  : mixed
$message  : string
$message  : mixed
$httpBody  : string|null
$httpStatus  : int|null
$jsonBody  : mixed
__construct()  : mixed
ApiException constructor.
getHttpBody()  : string
Get the HTTP body.
getHttpStatus()  : int
Get the HTTP status code.
prettyPrint()  : void
Pretty print the error.

Properties

Methods

__construct()

ApiException constructor.

public __construct([string $message = '' ][, int|null $httpStatus = null ][, string|null $httpBody = null ]) : mixed
Parameters
$message : string = ''
$httpStatus : int|null = null
$httpBody : string|null = null
Return values
mixed

getHttpBody()

Get the HTTP body.

public getHttpBody() : string
Return values
string

getHttpStatus()

Get the HTTP status code.

public getHttpStatus() : int
Return values
int

prettyPrint()

Pretty print the error.

public prettyPrint() : void
Return values
void

Search results