public class IbisError extends Object
Modifier and Type | Field and Description |
---|---|
String |
code
A short textual description of the error status code.
|
String |
details
The full details of the error (e.g., a Java stack trace).
|
String |
message
A short textual description of the error message (typically one line).
|
int |
status
The HTTP error status code.
|
Constructor and Description |
---|
IbisError() |
public int status
public String code
public String message
public String details