diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-12-27 21:59:40 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-12-27 21:59:45 +0100 |
commit | f603a795963748040e41693daceae343b3a972ed (patch) | |
tree | 077fa4a7ac873d532e4dbe9c445fed358b8e1d64 | |
parent | 3a0709c68490ba3c5612cdb1da36ee298097ebce (diff) |
-add purse deletion ECs
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 9991b02..a7f19c5 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -820,6 +820,16 @@ Name: EXCHANGE_RESERVES_PURSE_FEE_TOO_LOW Description: The purse fee specified for the request is lower than the purse fee charged by the exchange at this time. HttpStatus: 400 +Value: 1679 +Name: EXCHANGE_PURSE_DELETE_ALREADY_DECIDED +Description: The payment request cannot be deleted anymore, as it either already completed or timed out. +HttpStatus: 410 + +Value: 1680 +Name: EXCHANGE_PURSE_DELETE_SIGNATURE_INVALID +Description: The signature affirming the purse deletion is invalid. +HttpStatus: 403 + Value: 1700 Name: EXCHANGE_DENOMINATION_HELPER_UNAVAILABLE |