ConferenceError enum

Inheritance
Available extensions

Values

success → const ConferenceError

Operation Successful

errFailed → const ConferenceError

UnCategorized General Error

errConferenceIdNotExist → const ConferenceError

The conference didn't exist when we entered. It may have been disbanded

errConferenceIdInvalid → const ConferenceError

The custom ID must be a printable ASCII character (0x20-0x7e) with a maximum of 48 bytes

errConferenceIdOccupied → const ConferenceError

The conference ID is already in use. Please select a different conference ID

errConferenceNameInvalid → const ConferenceError

The conference name is invalid, the maximum name is 30 bytes, if contains Chinese, the character encoding must be UTF-8

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