Documentation

JsonException extends ApiException
in package

Table of Contents

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

Properties

$errors

public array<string|int, \EasyPost\FieldError|string[]> $errors

Methods

__construct()

EasyPostException constructor.

public __construct([string $message = '' ]) : mixed
Parameters
$message : string = ''
Return values
mixed

getHttpBody()

Get the HTTP body.

public getHttpBody() : string|null
Return values
string|null

getHttpStatus()

Get the HTTP status code.

public getHttpStatus() : int|null
Return values
int|null

prettyPrint()

Pretty print the error.

public prettyPrint() : void
Return values
void

Search results