diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-02 15:47:57 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-02 15:47:57 +0200 |
commit | db5f057db4f98c4714f76e5d7d0e8f3eccaaae8d (patch) | |
tree | 8977f8f9a84c12145c1709a16a4c61fd31fc144e /gnu-taler-error-codes/registry.rec | |
parent | 82f338fb2bc2fc33699756abcd47242ed2f3c68b (diff) | |
parent | 65b32359b300f5369eff62fceb5001e609c2f339 (diff) |
Merge branch 'master' of git+ssh://git.gnunet.org/gana
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index e1fb8ce..983eefd 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1500,8 +1500,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. @@ -1567,6 +1565,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 @@ -1655,6 +1657,11 @@ Name: ANASTASIS_POLICY_INVALID_UPLOAD Description: The uploaded data does not match the Etag. HttpStatus: 400 +Value: 8350 +Name: ANASTASIS_POLICY_NOT_FOUND +Description: The provider is unaware of the requested policy. +HttpStatus: 404 + Value: 8400 @@ -1722,6 +1729,16 @@ Name: ANASTASIS_REDUCER_PROVIDER_CONFIG_FAILED Description: A backup provider failed to respond to the configuration request. HttpStatus: 0 +Value: 8413 +Name: ANASTASIS_REDUCER_POLICY_MALFORMED +Description: The policy we downloaded is malformed. Must have been a client error while creating the backup. +HttpStatus: 0 + +Value: 8414 +Name: ANASTASIS_REDUCER_NETWORK_FAILED +Description: We failed to obtain the policy, likely due to a network issue. +HttpStatus: 0 + # 9000 - 9998: Unallocated. |