MatrixError enum

Inheritance

Constructors

MatrixError()
const

Values

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

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<MatrixError>
A constant List of the values in this enum, in order of their declaration.