Public Member Functions | |
Result (ResultLevel level, String type, int code, String info) | |
ResultLevel | getLevel () |
String | getType () |
int | getCode () |
String | getInfo () |
String | toString () |
Represents the result of a synchronous operation.
Results can be at different levels: eg, success, info, warning, error
|
inline |
A machine-parseable error code
|
inline |
Human-readable description
|
inline |
The level of the result.
|
inline |
The type of operation that this result applies to as a string.
|
inline |
Returns a string representation of this object.