PasswordChangeRecoverableError

public enum PasswordChangeRecoverableError : RecoverableError
extension PasswordChangeRecoverableError: LocalizedError

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.

Localized descriptions

  • A message describing what error occurred.

    Declaration

    Swift

    public var errorDescription: String? { get }