AWSCognitoIdentityErrorCode
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityErrorCode) {
AWSCognitoIdentityErrorCodeUnknown,
AWSCognitoIdentityErrorCodeAccessDenied,
AWSCognitoIdentityErrorCodeInternalServerError,
}
Swift
enum AWSCognitoIdentityErrorCode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityErrorCodeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityErrorCodeAccessDeniedSwift
case accessDenied = 1 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityErrorCodeInternalServerErrorSwift
case internalServerError = 2
View on GitHub
Install in Dash
AWSCognitoIdentityErrorCode Enumeration Reference