SDNError enum

Inheritance

Constructors

SDNError()
const

Values

M_UNKNOWN → const SDNError
M_UNKNOWN_TOKEN → const SDNError
M_NOT_FOUND → const SDNError
M_FORBIDDEN → const SDNError
M_LIMIT_EXCEEDED → const SDNError
M_USER_IN_USE → const SDNError
M_THREEPID_IN_USE → const SDNError
M_THREEPID_DENIED → const SDNError
M_THREEPID_NOT_FOUND → const SDNError
M_THREEPID_AUTH_FAILED → const SDNError
M_TOO_LARGE → const SDNError
M_MISSING_PARAM → const SDNError
M_UNSUPPORTED_ROOM_VERSION → const SDNError
M_UNRECOGNIZED → const SDNError
M_BAD_JSON → const SDNError
M_NOT_JSON → const SDNError
M_UNAUTHORIZED → const SDNError
M_USER_DEACTIVATED → const SDNError
M_INVALID_USERNAME → const SDNError
M_ROOM_IN_USE → const SDNError
M_INVALID_ROOM_STATE → const SDNError
M_SERVER_NOT_TRUSTED → const SDNError
M_INCOMPATIBLE_ROOM_VERSION → const SDNError
M_BAD_STATE → const SDNError
M_GUEST_ACCESS_FORBIDDEN → const SDNError
M_CAPTCHA_NEEDED → const SDNError
M_CAPTCHA_INVALID → const SDNError
M_INVALID_PARAM → const SDNError
M_EXCLUSIVE → const SDNError
M_RESOURCE_LIMIT_EXCEEDED → const SDNError
M_CANNOT_LEAVE_SERVER_NOTICE_ROOM → const SDNError

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

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