NMAAuthCloudApiError
public class NMAAuthCloudApiError : NMAMobileAuthenticationClientError
The error that can occur during NMAAuthCloudApiRegistration
operation.
-
The possible error types can occur during
See moreNMAAuthCloudApiRegistration
operation.Declaration
Swift
@objc public enum AuthCloudApiErrorType : Int
-
The type of the error that occurred.
Declaration
Swift
@objc public var errorType: AuthCloudApiErrorType
-
The
FidoErrorCode
of the error that occurred.Declaration
Swift
@objc public var errorCode: FidoErrorCode