\billythekid\v12finance\models\responsesResponseError

Class ResponseError

Summary

Methods
Properties
Constants
__construct()
getCode()
getDescription()
getReference()
jsonSerialize()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$code
$description
$reference
N/A

Properties

$code

$code : 

Error code

Type

$description

$description : 

Description

Type

$reference

$reference : 

Reference

Type

Methods

__construct()

__construct(  $code,   $description,   $reference) 

ApplicationStatusResponseError constructor.

Parameters

$code
$description
$reference

getCode()

getCode() : mixed

Gets the error code

Returns

mixed

getDescription()

getDescription() : mixed

Gets the description

Returns

mixed

getReference()

getReference() : mixed

Gets the reference

Returns

mixed

jsonSerialize()

jsonSerialize() : mixed

Specify data which should be serialized to JSON

Returns

mixed —

data which can be serialized by json_encode, which is a value of any type other than a resource.