Documentation

Error
in package

Table of Contents

ERR_API_CONNECT  = 'Error API connection. Please check documentation.'
ERR_AUTH  = 'Authorization error'
ERR_FORM_EMPTY  = 'Empty form'
ERR_FORM_NOT_VALID  = 'Validation error'
ERR_ORDER_NOT_FOUND  = 'Order not found'
$message  : string
$property  : string|null
__construct()  : mixed
message()  : string
property()  : string|null

Constants

ERR_API_CONNECT

public mixed ERR_API_CONNECT = 'Error API connection. Please check documentation.'

ERR_AUTH

public mixed ERR_AUTH = 'Authorization error'

ERR_FORM_EMPTY

public mixed ERR_FORM_EMPTY = 'Empty form'

ERR_FORM_NOT_VALID

public mixed ERR_FORM_NOT_VALID = 'Validation error'

ERR_ORDER_NOT_FOUND

public mixed ERR_ORDER_NOT_FOUND = 'Order not found'

Properties

$message

private string $message

$property

private string|null $property

Methods

__construct()

public __construct(string $message[, string|null $property = null ]) : mixed
Parameters
$message : string
$property : string|null = null
Return values
mixed

message()

public message() : string
Return values
string

property()

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

Search results