Documentation

RateLimitException extends ApiException
in package

Table of Contents

$code  : mixed
$code  : string|null
$errors  : mixed
$errors  : array<string|int, FieldError>|null
$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
Get the HTTP body.
getHttpStatus()  : int
Get the HTTP status code.
prettyPrint()  : void
Pretty print the error.

Properties

Methods

__construct()

EasyPostException constructor.

public __construct([string $message = '' ]) : mixed
Parameters
$message : string = ''
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