diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-12 19:51:44 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-12 19:51:44 +0200 |
commit | c36107f80f136f0a512e62c7b992ea18218280bb (patch) | |
tree | 029835bf9bae042c952b994bc6d7eadc2256475d /gnu-taler-error-codes | |
parent | 73f61323554df47079e19cd4236d148e2c17a1b3 (diff) |
another EC
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index b23ead0..99fe34b 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -692,6 +692,11 @@ Name: REFUND_INVALID_SIGNATURE_BY_EXCHANGE Description: The signature returned by the exchange in a refund request was malformed. Error created client-side. HttpStatus: 0 +Value: 1516 +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: 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. |