From e340b038e3a5ae3fbb87a68b534bd2646df5e6f0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Aug 2022 20:22:34 +0200 Subject: -new bank EC --- gnu-taler-error-codes/registry.rec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'gnu-taler-error-codes/registry.rec') diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index dad42ae..b5d551b 100644 --- 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 -- cgit v1.2.3