From f2a01a8e1fa5bd9d4e90b080e4a2a9db4022e4fe Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 14 Mar 2021 17:09:48 +0100 Subject: add --- gnu-taler-error-codes/registry.rec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu-taler-error-codes/registry.rec') 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 -- cgit v1.2.3 From 13238692e7a1a21f2f024b04df913666a87f41d8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Mar 2021 19:52:41 +0100 Subject: need more ECs for Anastasis --- gnu-taler-error-codes/registry.rec | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gnu-taler-error-codes/registry.rec') diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index a8cfeed..8a66a03 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1714,6 +1714,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_FAILRED +Description: We failed to obtain the policy, likely due to a network issue. +HttpStatus: 0 + # 9000 - 9998: Unallocated. -- cgit v1.2.3 From 0d7ef35edeabec5de9c4e479c697fd643d92c26c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Mar 2021 19:53:37 +0100 Subject: need more ECs for Anastasis - typo --- gnu-taler-error-codes/registry.rec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu-taler-error-codes/registry.rec') diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 8a66a03..0edf0c4 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1720,7 +1720,7 @@ Description: The policy we downloaded is malformed. Must have been a client erro HttpStatus: 0 Value: 8414 -Name: ANASTASIS_REDUCER_NETWORK_FAILRED +Name: ANASTASIS_REDUCER_NETWORK_FAILED Description: We failed to obtain the policy, likely due to a network issue. HttpStatus: 0 -- cgit v1.2.3 From 65b32359b300f5369eff62fceb5001e609c2f339 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 20 Mar 2021 23:20:51 +0100 Subject: add 404 EC --- gnu-taler-error-codes/registry.rec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnu-taler-error-codes/registry.rec') diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 0edf0c4..1a73169 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1647,6 +1647,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 -- cgit v1.2.3