NMAOperationError
public class NMAOperationError : NMAMobileAuthenticationClientError
An error occurred during registration or deregistration.
-
The possible error types can occur during registration or deregistration.
See moreDeclaration
Swift
@objc public enum OperationErrorType : Int
-
The type of the error that occurred.
Declaration
Swift
@objc public var errorType: OperationErrorType
-
The
FidoErrorCode
of the error that occurred.Declaration
Swift
@objc public var errorCode: FidoErrorCode