diff options
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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 edeafa9..1871563 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec | |||
@@ -514,6 +514,16 @@ Name: EXCHANGE_AGE_WITHDRAW_COMMITMENT_UNKNOWN | |||
514 | Description: The client provided an unknown commitment for an age-withdraw request. | 514 | Description: The client provided an unknown commitment for an age-withdraw request. |
515 | HttpStatus: 400 | 515 | HttpStatus: 400 |
516 | 516 | ||
517 | Value: 1162 | ||
518 | Name: EXCHANGE_AGE_WITHDRAW_AMOUNT_OVERFLOW | ||
519 | Description: The total sum of amounts from the denominations did overflow. | ||
520 | HttpStatus: 500 | ||
521 | |||
522 | Value: 1163 | ||
523 | Name: EXCHANGE_AGE_WITHDRAW_AMOUNT_INCORRECT | ||
524 | Description: The total sum of value and fees from the denominations differs from the committed amount with fees. | ||
525 | HttpStatus: 400 | ||
526 | |||
517 | Value: 1175 | 527 | Value: 1175 |
518 | Name: EXCHANGE_WITHDRAW_BATCH_IDEMPOTENT_PLANCHET | 528 | Name: EXCHANGE_WITHDRAW_BATCH_IDEMPOTENT_PLANCHET |
519 | Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed. | 529 | Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed. |