NMAMobileAuthenticationClientError

public class NMAMobileAuthenticationClientError : NSObject

The parent of all the errors that can be returned.

  • A message describing what error occurred.

    Declaration

    Swift

    @objc
    public var errorDescription: String
  • Additional information about the error.

    Declaration

    Swift

    @objc
    public var message: String?
  • The underlying error that is related to the error occurred.

    Declaration

    Swift

    @objc
    public var cause: Error?