CognitoIdentityProviderErrorType
public enum CognitoIdentityProviderErrorType : AWSErrorType
extension CognitoIdentityProviderErrorType : CustomStringConvertible
Error enum for CognitoIdentityProvider
-
Undocumented
Declaration
Swift
case aliasExistsException(message: String?)
-
Undocumented
Declaration
Swift
case codeDeliveryFailureException(message: String?)
-
Undocumented
Declaration
Swift
case codeMismatchException(message: String?)
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case duplicateProviderException(message: String?)
-
Undocumented
Declaration
Swift
case enableSoftwareTokenMFAException(message: String?)
-
Undocumented
Declaration
Swift
case expiredCodeException(message: String?)
-
Undocumented
Declaration
Swift
case groupExistsException(message: String?)
-
Undocumented
Declaration
Swift
case internalErrorException(message: String?)
-
Undocumented
Declaration
Swift
case invalidEmailRoleAccessPolicyException(message: String?)
-
Undocumented
Declaration
Swift
case invalidLambdaResponseException(message: String?)
-
Undocumented
Declaration
Swift
case invalidOAuthFlowException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case invalidPasswordException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSmsRoleAccessPolicyException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSmsRoleTrustRelationshipException(message: String?)
-
Undocumented
Declaration
Swift
case invalidUserPoolConfigurationException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case mFAMethodNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case notAuthorizedException(message: String?)
-
Undocumented
Declaration
Swift
case passwordResetRequiredException(message: String?)
-
Undocumented
Declaration
Swift
case preconditionNotMetException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case scopeDoesNotExistException(message: String?)
-
Undocumented
Declaration
Swift
case softwareTokenMFANotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyFailedAttemptsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRequestsException(message: String?)
-
Undocumented
Declaration
Swift
case unexpectedLambdaException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedIdentityProviderException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedUserStateException(message: String?)
-
Undocumented
Declaration
Swift
case userImportInProgressException(message: String?)
-
Undocumented
Declaration
Swift
case userLambdaValidationException(message: String?)
-
Undocumented
Declaration
Swift
case userNotConfirmedException(message: String?)
-
Undocumented
Declaration
Swift
case userNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case userPoolAddOnNotEnabledException(message: String?)
-
Undocumented
Declaration
Swift
case userPoolTaggingException(message: String?)
-
Undocumented
Declaration
Swift
case usernameExistsException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }