AWSChimeSDKIdentityErrorCode

Objective-C

NS_ENUM(NSInteger, AWSChimeSDKIdentityErrorCode) {
    AWSChimeSDKIdentityErrorCodeUnknown,
    AWSChimeSDKIdentityErrorCodeBadRequest,
    AWSChimeSDKIdentityErrorCodeConflict,
    AWSChimeSDKIdentityErrorCodeForbidden,
    AWSChimeSDKIdentityErrorCodeNotFound,
    AWSChimeSDKIdentityErrorCodePreconditionFailed,
    AWSChimeSDKIdentityErrorCodeResourceLimitExceeded,
    AWSChimeSDKIdentityErrorCodeServiceFailure,
    AWSChimeSDKIdentityErrorCodeAccessDenied,
    AWSChimeSDKIdentityErrorCodeServiceUnavailable,
    AWSChimeSDKIdentityErrorCodeThrottled,
    AWSChimeSDKIdentityErrorCodeThrottling,
    AWSChimeSDKIdentityErrorCodeUnauthorized,
    AWSChimeSDKIdentityErrorCodeUnprocessable,
    AWSChimeSDKIdentityErrorCodeVoiceConnectorGroupAssociationsExist,
    AWSChimeSDKIdentityErrorCodePhoneNumberAssociationsExist,
}

Swift

enum AWSChimeSDKIdentityErrorCode : Int, @unchecked Sendable

Undocumented