Enum APIError.Code
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum APIError.Code extends Enum<APIError.Code>
API error code
Values: internalError,accessKeyError,inputError,authFailed,duplicateUsername,rateLimited,notFound,notAllowed,eventNotSupported,channelFeatureNotSupported,messageTooLong,multipleNestingLevel,payloadTooBig,expiredToken,tokenNotValidYet,tokenUsedBeforeIat,invalidTokenSignature,customCommandEndpointMissing,customCommandEndpointEqualCallError,connectionIdNotFound,coolDown,queryChannelPermissionsMismatch,tooManyConnections,notSupportedInPushV1,moderationFailed,videoProviderNotConfigured,videoInvalidCallId,videoCreateCallFailed,appSuspended,videoNoDatacentersAvailable,videoJoinCallFailure,queryCallsPermissionsMismatch
-
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description final APIError.CodevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<APIError.Code>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetValue()-
-
Method Detail
-
valueOf
final APIError.Code valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<APIError.Code> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
-
-
-