PasswordChangeRecoverableErrorType

@objc
public enum PasswordChangeRecoverableErrorType : Int

The recoverable error that can occur when changing a password.

  • Bad credentials were provided for old password.

    Declaration

    Swift

    case InvalidPassword
  • Provided new password is identical with the one to be changed.

    Declaration

    Swift

    case OldPasswordEqualsNewPassword
  • The provided password has failed the validation.

    Declaration

    Swift

    case CustomValidationError