aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-27 22:29:57 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-27 22:29:57 +0100
commit71a75a14496199ba1e1fd245ceef96cc0d0c0ab0 (patch)
tree9fdbacf6fbc2ae2c3d49bdf1498ca60842f7de12 /gnu-taler-error-codes
parent6b889c206c1948cf7180e9d5478fd8fba65617ec (diff)
downloadgana-71a75a14496199ba1e1fd245ceef96cc0d0c0ab0.tar.gz
gana-71a75a14496199ba1e1fd245ceef96cc0d0c0ab0.zip
-add new EC, update http codes of various Anastasis ECs for new spec
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec12
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 2624d84..33d7ea1 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1716,8 +1716,8 @@ HttpStatus: 403
1716 1716
1717Value: 8112 1717Value: 8112
1718Name: ANASTASIS_TRUTH_CHALLENGE_UNKNOWN 1718Name: ANASTASIS_TRUTH_CHALLENGE_UNKNOWN
1719Description: The service is unaware of having issued a challenge. 1719Description: The backend is not aware of having issued the provided challenge code. Either this is the wrong code, or it has expired.
1720HttpStatus: 410 1720HttpStatus: 404
1721 1721
1722Value: 8113 1722Value: 8113
1723Name: ANASTASIS_TRUTH_CHALLENGE_ACTIVE 1723Name: ANASTASIS_TRUTH_CHALLENGE_ACTIVE
@@ -1757,7 +1757,7 @@ HttpStatus: 502
1757Value: 8120 1757Value: 8120
1758Name: ANASTASIS_TRUTH_DECRYPTION_FAILED 1758Name: ANASTASIS_TRUTH_DECRYPTION_FAILED
1759Description: The decryption of the truth object failed with the provided key. 1759Description: The decryption of the truth object failed with the provided key.
1760HttpStatus: 417 1760HttpStatus: 400
1761 1761
1762Value: 8121 1762Value: 8121
1763Name: ANASTASIS_TRUTH_RATE_LIMITED 1763Name: ANASTASIS_TRUTH_RATE_LIMITED
@@ -1767,8 +1767,12 @@ HttpStatus: 429
1767Value: 8122 1767Value: 8122
1768Name: ANASTASIS_TRUTH_AUTH_TIMEOUT 1768Name: ANASTASIS_TRUTH_AUTH_TIMEOUT
1769Description: The authentication process did not yet complete. The user should try again later. 1769Description: The authentication process did not yet complete. The user should try again later.
1770HttpStatus: 408 1770HttpStatus: 403
1771 1771
1772Value: 8123
1773Name: ANASTASIS_TRUTH_CHALLENGE_WRONG_METHOD
1774Description: A request to issue a challenge is not valid for this authentication method.
1775HttpStatus: 400
1772 1776
1773Value: 8150 1777Value: 8150
1774Name: ANASTASIS_TRUTH_UPLOAD_UUID_EXISTS 1778Name: ANASTASIS_TRUTH_UPLOAD_UUID_EXISTS