Sage Intacct SDK for PHP
|
Public Member Functions | |
__construct (string $message, array $errors=[], int $code=0, \Exception $previous=null) | |
Public Member Functions inherited from ResponseException | |
__construct (string $message, array $errors=[], int $code=0, \Exception $previous=null) | |
getErrors () | |
Additional Inherited Members | |
Protected Attributes inherited from ResponseException | |
$errors | |
Class ResultException
A ResultException being thrown is generally a problem with an API function being executed.
__construct | ( | string | $message, |
array | $errors = [] , |
||
int | $code = 0 , |
||
\Exception | $previous = null |
||
) |
Initializes the class
string | $message | |
array | $errors | |
int | $code | |
\Exception | $previous |
Reimplemented from ResponseException.