TelnyxErrorConstants class
Contains constant error messages and codes used in Telnyx WebRTC communication.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- callNotFound → const String
- The error message for call not found errors.
- codecError → const String
- The error message for codec errors.
- codecErrorCode → const int
- The error code for codec errors.
- credentialError → const String
- The error message for credential registration errors.
- credentialErrorCode → const int
- The error code for credential registration errors.
- gatewayFailedError → const String
- The error message for gateway registration failed errors.
- gatewayFailedErrorCode → const int
- The error code for gateway registration failed errors.
- gatewayTimeoutError → const String
- The error message for gateway registration timeout errors.
- gatewayTimeoutErrorCode → const int
- The error code for gateway registration timeout errors.
- tokenError → const String
- The error message for token registration errors.
- tokenErrorCode → const int
- The error code for token registration errors.