NMAPasswordChangeRecoverableError
public class NMAPasswordChangeRecoverableError : NMARecoverableError
The recoverable error that can occur when changing a password.
When this error occurs, the changePassword(context:handler:)
method will be invoked again.
This error will be returned by the lastRecoverableError
.
-
The recoverable error that can occur when changing a password.
See moreDeclaration
Swift
@objc public enum PasswordChangeRecoverableErrorType : Int
-
The type of the error that occurred.
Declaration
Swift
@objc public var errorType: PasswordChangeRecoverableErrorType