gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit db5f057db4f98c4714f76e5d7d0e8f3eccaaae8d
parent 82f338fb2bc2fc33699756abcd47242ed2f3c68b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  2 Apr 2021 15:47:57 +0200

Merge branch 'master' of git+ssh://git.gnunet.org/gana

Diffstat:
Mgnu-taler-error-codes/registry.rec | 21+++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)

diff --git 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.