This commit is contained in:
Shrimadhav U K 2021-08-20 07:42:43 +05:30 committed by GitHub
parent 813b9e864d
commit f663b57612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,6 +231,7 @@ PASSWORD_EMPTY,400,The provided password is empty
PASSWORD_HASH_INVALID,400,The password (and thus its hash value) you entered is invalid
PASSWORD_MISSING,400,The account must have 2-factor authentication enabled (a password) before this method can be used
PASSWORD_RECOVERY_EXPIRED,400,
PASSWORD_RECOVERY_NA,400,
PASSWORD_REQUIRED,400,The account must have 2-factor authentication enabled (a password) before this method can be used
PASSWORD_TOO_FRESH_X,400,The password was added too recently and {seconds} seconds must pass before using the method
PAYMENT_PROVIDER_INVALID,400,The payment provider was not recognised or its token was invalid

1 name codes description
231 PASSWORD_HASH_INVALID 400 The password (and thus its hash value) you entered is invalid
232 PASSWORD_MISSING 400 The account must have 2-factor authentication enabled (a password) before this method can be used
233 PASSWORD_RECOVERY_EXPIRED 400
234 PASSWORD_RECOVERY_NA 400
235 PASSWORD_REQUIRED 400 The account must have 2-factor authentication enabled (a password) before this method can be used
236 PASSWORD_TOO_FRESH_X 400 The password was added too recently and {seconds} seconds must pass before using the method
237 PAYMENT_PROVIDER_INVALID 400 The payment provider was not recognised or its token was invalid