aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-12 21:09:24 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-12 21:09:24 +0200
commit8f61d8b17538e3a0b23121a0d3f94d7928273279 (patch)
treea6d9085401774baabec7af061bf1a2cb69b4050a /gnu-taler-error-codes
parent0e7707e441874b8aca9801b389d47003ac7a8f73 (diff)
downloadgana-8f61d8b17538e3a0b23121a0d3f94d7928273279.tar.gz
gana-8f61d8b17538e3a0b23121a0d3f94d7928273279.zip
remove dead EC
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec9
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 855ac7b..360ecd6 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -914,7 +914,7 @@ HttpStatus: 400
914 914
915Value: 1878 915Value: 1878
916Name: EXCHANGE_PURSE_NOT_FULL 916Name: EXCHANGE_PURSE_NOT_FULL
917Description: The targeted purse is not yet full and thus cannot be merged. Retrying the request later may succeed. FIXME-Dold: better status code 917Description: The targeted purse is not yet full and thus cannot be merged. Retrying the request later may succeed.
918HttpStatus: 409 918HttpStatus: 409
919 919
920Value: 1879 920Value: 1879
@@ -929,7 +929,7 @@ HttpStatus: 400
929 929
930Value: 1881 930Value: 1881
931Name: EXCHANGE_PURSE_MERGE_WAD_FEE_EXCEEDS_PURSE_VALUE 931Name: EXCHANGE_PURSE_MERGE_WAD_FEE_EXCEEDS_PURSE_VALUE
932Description: The amount in the purse is lower than the wad fee. So the request was accepted, but no transfer is expected to take place. FIXME-DOLD: good HTTP status 932Description: The amount in the purse is lower than the wad fee. So the request was accepted, but no transfer is expected to take place. FIXME-DOLD: good HTTP status. Suggestion: no error, make variant of 200 OK.
933HttpStatus: 202 933HttpStatus: 202
934 934
935 935
@@ -1912,11 +1912,6 @@ Name: ANASTASIS_TRUTH_CHALLENGE_UNKNOWN
1912Description: The backend is not aware of having issued the provided challenge code. Either this is the wrong code, or it has expired. 1912Description: The backend is not aware of having issued the provided challenge code. Either this is the wrong code, or it has expired.
1913HttpStatus: 404 1913HttpStatus: 404
1914 1914
1915Value: 8113
1916Name: ANASTASIS_TRUTH_CHALLENGE_ACTIVE
1917Description: A challenge is already active, the service is thus not issuing a new one.
1918HttpStatus: 208
1919
1920Value: 8114 1915Value: 8114
1921Name: ANASTASIS_TRUTH_AUTHORIZATION_START_FAILED 1916Name: ANASTASIS_TRUTH_AUTHORIZATION_START_FAILED
1922Description: The backend failed to initiate the authorization process. 1917Description: The backend failed to initiate the authorization process.