diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2021-03-14 17:09:48 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2021-03-14 17:09:48 +0100 |
commit | f2a01a8e1fa5bd9d4e90b080e4a2a9db4022e4fe (patch) | |
tree | c2fea5a4acd532dfaedc2d9a069a52469b0039c8 /gnu-taler-error-codes | |
parent | 880352a419beee4864f863182dbc695c859ee3f7 (diff) |
add
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index bcdbc52..a8cfeed 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1490,8 +1490,6 @@ Description: The backend could not check payment status with the payment process HttpStatus: 500 - - Value: 8108 Name: ANASTASIS_TRUTH_UNKNOWN Description: The truth public key is unknown to the provider. @@ -1557,6 +1555,10 @@ Name: ANASTASIS_TRUTH_DECRYPTION_FAILED Description: The decryption of the truth object failed with the provided key. HttpStatus: 417 +Value: 8121 +Name: ANASTASIS_TRUTH_RATE_LIMITED +Description: The request rate is too high. The server is refusing requests to guard against brute-force attacks. +HttpStatus: 429 Value: 8150 |