Name | |
---|---|
String | toString(int error) |
Name | |
---|---|
final int | ERROR_DEFAULT |
final int | ERROR_INITIAL_TIMEOUT |
final int | ERROR_RECAP_TIMEOUT |
final int | ERROR_NOT_ENTITLED |
final int | ERROR_NO_RESOLVER |
final int | ERROR_UNKNOWN |
class com::wombat::mama::MamaError;
Class containing constants and utility methods for Mama internal errors.
static inline String toString(
int error
)
Parameters:
Return: The string representation of the quality.
Get a stringified representation of the error.
static final int ERROR_DEFAULT = 0;
The last error in the current thread
static final int ERROR_INITIAL_TIMEOUT = 1;
static final int ERROR_RECAP_TIMEOUT = 2;
static final int ERROR_NOT_ENTITLED = 3;
static final int ERROR_NO_RESOLVER = 4;
static final int ERROR_UNKNOWN = 999;
Updated on 2023-03-31 at 15:29:42 +0100