Name | |
---|---|
short | severityForErrorCode(short code) |
Name | |
---|---|
final short | MAMDA_SEVERITY_OK |
final short | MAMDA_SEVERITY_LOW |
final short | MAMDA_SEVERITY_HIGH |
class com::wombat::mamda::MamdaErrorSeverity;
MamdaErrorSeverity defines MAMDA error severities. The severity is a hint that can be used to determine what action to take (e.g., destroy the subscription).
static inline short severityForErrorCode(
short code
)
static final short MAMDA_SEVERITY_OK = 0;
static final short MAMDA_SEVERITY_LOW = 1;
static final short MAMDA_SEVERITY_HIGH = 2;
Updated on 2023-03-31 at 15:30:32 +0100