diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-25 15:05:43 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-25 15:05:43 +0200 |
commit | 085d587a2b01fba6953ce8a9ab44b342fa93121b (patch) | |
tree | c629822c826b71d43795ce605e64ca33bec84db1 /gnu-taler-error-codes | |
parent | 57ea691b13f689e29d66192c7c22cc2b41349e6c (diff) |
add status codedev/dold/broken-registry
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index d554ec2..3db3ba7 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -697,6 +697,11 @@ Name: REFUND_INVALID_FAILURE_PROOF_BY_EXCHANGE Description: The failure proof returned by the exchange is incorrect. Error code generated client-side. HttpStatus: 0 +Value: 1516 +Name: REFUND_DATABASE_LOOKUP_ERROR +Description: The exchange experienced a database failure trying to obtain the coin's history. +HttpStatus: 500 + Value: 1600 Name: ADMIN_ADD_INCOMING_WIREFORMAT_UNSUPPORTED Description: The wire format specified in the "sender_account_details" is not understood or not supported by this exchange. @@ -2308,7 +2313,7 @@ HttpStatus: 0 Value: 7015 Name: WALLET_ORDER_ALREADY_CLAIMED Description: Bla Bla -HttpStatus: 123 +HttpStatus: 404 Value: 9999 Name: END |