gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit e340b038e3a5ae3fbb87a68b534bd2646df5e6f0
parent 1a8af54b491e8300287eb7afb08ba22b91107f9a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 15 Aug 2022 20:22:34 +0200

-new bank EC

Diffstat:
Mgnu-taler-error-codes/registry.rec | 14++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1747,12 +1747,12 @@ HttpStatus: 409 Value: 5103 Name: BANK_NEGATIVE_NUMBER_AMOUNT -Description: Negative number was used (as value and/or fraction) to initiate a Amount object. +Description: Negative numbers are not allowed (as value and/or fraction) to instantiate an amount object. HttpStatus: 400 Value: 5104 Name: BANK_NUMBER_TOO_BIG -Description: A number too big was used (as value and/or fraction) to initiate a amount object. +Description: A too big number was used (as value and/or fraction) to instantiate an amount object. HttpStatus: 400 Value: 5105 @@ -1810,6 +1810,16 @@ Name: BANK_ANCIENT_TRANSACTION_GONE Description: The client requested a transaction that is so far in the past, that it has been forgotten by the bank. HttpStatus: 410 +Value: 5116 +Name: BANK_ABORT_CONFIRM_CONFLICT +Description: The client attempted to abort a transaction that was already confirmed. +HttpStatus: 409 + +Value: 5117 +Name: BANK_CONFIRM_ABORT_CONFLICT +Description: The client attempted to confirm a transaction that was already aborted. +HttpStatus: 409 + # 6000 - 6999: Reserved for sync # 6000 - 6099: Reserved for SYNC_GENERIC