CauseCode enum

Inheritance
Available extensions

Values

NORMAL_CLEARING → const CauseCode
const CauseCode(16)
USER_BUSY → const CauseCode
const CauseCode(17)
CALL_REJECTED → const CauseCode
const CauseCode(21)
UNALLOCATED_NUMBER → const CauseCode
const CauseCode(1)
INCOMPATIBLE_DESTINATION → const CauseCode
const CauseCode(88)
RECOVERY_ON_TIMER_EXPIRE → const CauseCode
const CauseCode(102)
MANDATORY_IE_MISSING → const CauseCode
const CauseCode(96)
ALLOTTED_TIMEOUT → const CauseCode
const CauseCode(602)
NORMAL_TEMPORARY_FAILURE → const CauseCode
const CauseCode(41)
INVALID_GATEWAY → const CauseCode
const CauseCode(608)
ORIGINATOR_CANCEL → const CauseCode
const CauseCode(487)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getCauseFromCode(int? code) String?

Constants

values → const List<CauseCode>
A constant List of the values in this enum, in order of their declaration.