ErrorCode class
- Inheritance
-
- Object
- ProtobufEnum
- ErrorCode
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
name
or thevalue
if names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ERROR_CODE_CALL_NOT_FOUND → const ErrorCode
- ERROR_CODE_INTERNAL_SERVER_ERROR → const ErrorCode
- ERROR_CODE_LIVE_ENDED → const ErrorCode
- ERROR_CODE_PARTICIPANT_MEDIA_TRANSPORT_FAILURE → const ErrorCode
- ERROR_CODE_PARTICIPANT_MIGRATING → const ErrorCode
- ERROR_CODE_PARTICIPANT_MIGRATING_OUT → const ErrorCode
- ERROR_CODE_PARTICIPANT_MIGRATION_FAILED → const ErrorCode
- ERROR_CODE_PARTICIPANT_NOT_FOUND → const ErrorCode
- ERROR_CODE_PARTICIPANT_RECONNECT_FAILED → const ErrorCode
- ERROR_CODE_PERMISSION_DENIED → const ErrorCode
- ERROR_CODE_PUBLISH_TRACK_NOT_FOUND → const ErrorCode
- ERROR_CODE_PUBLISH_TRACK_OUT_OF_ORDER → const ErrorCode
- ERROR_CODE_PUBLISH_TRACK_VIDEO_LAYER_NOT_FOUND → const ErrorCode
- ERROR_CODE_PUBLISH_TRACKS_MISMATCH → const ErrorCode
- ERROR_CODE_REQUEST_VALIDATION_FAILED → const ErrorCode
- ERROR_CODE_SFU_FULL → const ErrorCode
- ERROR_CODE_SFU_SHUTTING_DOWN → const ErrorCode
- ERROR_CODE_TOO_MANY_REQUESTS → const ErrorCode
- ERROR_CODE_UNAUTHENTICATED → const ErrorCode
- ERROR_CODE_UNSPECIFIED → const ErrorCode
-
values
→ const List<
ErrorCode>