aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 8349a0b..807d610 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2346,6 +2346,11 @@ Name: WALLET_WITHDRAWAL_GROUP_INCOMPLETE
2346Description: A group of withdrawal operations (typically for the same reserve at the same exchange) has errors and will be tried again later. 2346Description: A group of withdrawal operations (typically for the same reserve at the same exchange) has errors and will be tried again later.
2347HttpStatus: 0 2347HttpStatus: 0
2348 2348
2349Value: 7016
2350Name: WALLET_TIPPING_COIN_SIGNATURE_INVALID
2351Description: The signature on a coin by the exchange's denomination key (obtained through the merchant via tipping) is invalid after unblinding it.
2352HttpStatus: 0
2353
2349Value: 9999 2354Value: 9999
2350Name: END 2355Name: END
2351Description: End of error code range. 2356Description: End of error code range.