Classes Files

com::wombat::mama::MamaError

More…

Public Functions

  Name
String toString(int error)

Public Attributes

  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

Detailed Description

class com::wombat::mama::MamaError;

Class containing constants and utility methods for Mama internal errors.

Public Functions Documentation

function toString

static inline String toString(
    int error
)

Parameters:

  • error The error code to stringify.

Return: The string representation of the quality.

Get a stringified representation of the error.

Public Attributes Documentation

variable ERROR_DEFAULT

static final int ERROR_DEFAULT = 0;

The last error in the current thread

variable ERROR_INITIAL_TIMEOUT

static final int ERROR_INITIAL_TIMEOUT = 1;

variable ERROR_RECAP_TIMEOUT

static final int ERROR_RECAP_TIMEOUT = 2;

variable ERROR_NOT_ENTITLED

static final int ERROR_NOT_ENTITLED = 3;

variable ERROR_NO_RESOLVER

static final int ERROR_NO_RESOLVER = 4;

variable ERROR_UNKNOWN

static final int ERROR_UNKNOWN = 999;

Updated on 2023-03-31 at 15:29:42 +0100