NMAPendingOutOfBandOperationsError
public class NMAPendingOutOfBandOperationsError : NMAMobileAuthenticationClientError
The error that can occur with the NMAPendingOutOfBandOperations
operation.
Requires
iOS platform-
The possible error types can occur when fetching the pending operations
See moreDeclaration
Swift
@objc public enum PendingOutOfBandOperationsErrorType : Int
-
The type of the error that occurred.
Declaration
Swift
@objc public var errorType: PendingOutOfBandOperationsErrorType
-
The server where the error occurred.
Declaration
Swift
@objc public var server: NMAServer?