NMAPasswordChangeValidationError
public class NMAPasswordChangeValidationError : NMAMobileAuthenticationClientError
The object that informs that password validation error occurred during password change.
-
The validation error that can occur when changing a password.
See moreDeclaration
Swift
@objc public enum PasswordChangeValidationErrorType : Int
-
The type of the error that occurred.
Declaration
Swift
@objc public var errorType: PasswordChangeValidationErrorType
-
This is the default initializer for the
NMAPasswordChangeValidationError
.Declaration
Swift
@objc public init(errorType: PasswordChangeValidationErrorType, errorDescription: String, cause: Error? = nil)
Parameters
errorType
the type of the error that occurred.
errorDescription
additional information about the error.
cause
the underlying error that is related to the error occurred.