AWSCognitoIdentityClientErrorType

Objective-C

enum AWSCognitoIdentityClientErrorType : NSInteger {}

Swift

enum AWSCognitoIdentityClientErrorType : Int, @unchecked Sendable

The error domain for AWSCognitoIdentityProvider errors.

  • AWSCognitoIdentityProviderClientErrorUnknown - Unknown error.
  • AWSCognitoIdentityProviderClientErrorInvalidAuthenticationDelegate - Necessary authentication delegate isn’t set.
  • AWSCognitoIdentityProviderClientErrorCustomAuthenticationNotSupported - Custom authentication is not supported by this SDK.
  • AWSCognitoIdentityProviderClientErrorDeviceNotTracked - This device does not have an id, either it was never tracked or previously forgotten.