Class IbisError
Class representing an error returned by the web service API.
- IbisDto
- IbisError
Properties summary
public
integer
|
$status
The HTTP error status code. |
|
public
string
|
$code
A short textual description of the error status code. |
|
public
string
|
$message
A short textual description of the error message (typically one line). |
|
public
string
|
$details
The full details of the error (e.g., a Java stack trace). |