Errors - Objective-C
-
The parent of all the errors that can be returned.
See moreDeclaration
Swift
public class NMAMobileAuthenticationClientError : NSObject
-
Collection of
See moreNMAMobileAuthenticationClient
initialization error codes.Declaration
Swift
public class NMAInitializationError : NMAMobileAuthenticationClientError
-
An error occurred during registration or deregistration.
See moreDeclaration
Swift
public class NMAOperationError : NMAMobileAuthenticationClientError
-
An error occurred during authentication.
See moreDeclaration
Swift
public class NMAAuthenticationError : NMAMobileAuthenticationClientError
-
The error that can occur during
See moreNMAAuthCloudApiRegistration
operation.Declaration
Swift
public class NMAAuthCloudApiError : NMAMobileAuthenticationClientError
-
The error returned when there is a problem with the out-of-band payload.
See moreDeclaration
Swift
public class NMAOutOfBandPayloadError : NMAMobileAuthenticationClientError
-
The error that can occur when the processing of an
See moreNMAOutOfBandPayload
fails.Declaration
Swift
public class NMAOutOfBandOperationError : NMAMobileAuthenticationClientError
-
The error that can occur with operations related to an
See moreNMADeviceInformationChange
.Declaration
Swift
public class NMADeviceInformationChangeError : NMAMobileAuthenticationClientError
-
The error returned when the PIN change failed.
See moreDeclaration
Swift
public class NMAPinChangeError : NMAMobileAuthenticationClientError
-
The recoverable error that can occur when changing a PIN. When this error occurs, the
See morechangePin(context:handler:)
method will be invoked again. This error will be returned by thelastRecoverableError
.Declaration
Swift
public class NMAPinChangeRecoverableError : NMARecoverableError
-
The object that informs that PIN validation error occurred during PIN change.
See moreDeclaration
Swift
public class NMAPinChangeValidationError : NMAMobileAuthenticationClientError
-
The object that informs that an error occurred during PIN enrollment.
See moreDeclaration
Swift
public class NMAPinEnrollmentError : NMARecoverableError
-
The object that informs that PIN validation error occurred during PIN enrollment.
See moreDeclaration
Swift
public class NMAPinEnrollmentValidationError : NMAMobileAuthenticationClientError
-
The recoverable error that can occur when verifying the user with a PIN. When this error occurs, the
See moreverifyPin(context:handler:)
method will be invoked again. This error will be returned by thelastRecoverableError
.Declaration
Swift
public class NMAPinUserVerificationError : NMARecoverableError
-
The error returned when the password change failed.
See moreDeclaration
Swift
public class NMAPasswordChangeError : NMAMobileAuthenticationClientError
-
The recoverable error that can occur when changing a password. When this error occurs, the
See morechangePassword(context:handler:)
method will be invoked again. This error will be returned by thelastRecoverableError
.Declaration
Swift
public class NMAPasswordChangeRecoverableError : NMARecoverableError
-
The object that informs that password validation error occurred during password change.
See moreDeclaration
Swift
public class NMAPasswordChangeValidationError : NMAMobileAuthenticationClientError
-
The object that informs that an error occurred during password enrollment.
See moreDeclaration
Swift
public class NMAPasswordEnrollmentError : NMARecoverableError
-
The object that informs that password validation error occurred during password enrollment.
See moreDeclaration
Swift
public class NMAPasswordEnrollmentValidationError : NMAMobileAuthenticationClientError
-
The recoverable error that can occur when verifying the user with a password. When this error occurs, the
See moreverifyPassword(context:handler:)
method will be invoked again. This error will be returned by thelastRecoverableError
.Declaration
Swift
public class NMAPasswordUserVerificationError : NMARecoverableError
-
The error which is thrown by
NMALocalData/deleteAuthenticator(username:aaid:_:)
in case of any error occurs. For instance if the provided AAID is not known, or if the authenticator is a system authenticator and is not registered for the user, or if the authenticator is an SDK managed authenticator (PIN) and is not enrolled, nor registered for the user.Requires
iOS platformDeclaration
Swift
public class NMADeleteAuthenticatorError : NMAMobileAuthenticationClientError
-
The error that can occur with the
NMAPendingOutOfBandOperations
operation.Requires
iOS platformDeclaration
Swift
public class NMAPendingOutOfBandOperationsError : NMAMobileAuthenticationClientError
-
The parent of all all recoverable errors that can be returned.
Declaration
Swift
public class NMARecoverableError : NMAMobileAuthenticationClientError