aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec14
1 files changed, 12 insertions, 2 deletions
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
1747 1747
1748Value: 5103 1748Value: 5103
1749Name: BANK_NEGATIVE_NUMBER_AMOUNT 1749Name: BANK_NEGATIVE_NUMBER_AMOUNT
1750Description: Negative number was used (as value and/or fraction) to initiate a Amount object. 1750Description: Negative numbers are not allowed (as value and/or fraction) to instantiate an amount object.
1751HttpStatus: 400 1751HttpStatus: 400
1752 1752
1753Value: 5104 1753Value: 5104
1754Name: BANK_NUMBER_TOO_BIG 1754Name: BANK_NUMBER_TOO_BIG
1755Description: A number too big was used (as value and/or fraction) to initiate a amount object. 1755Description: A too big number was used (as value and/or fraction) to instantiate an amount object.
1756HttpStatus: 400 1756HttpStatus: 400
1757 1757
1758Value: 5105 1758Value: 5105
@@ -1810,6 +1810,16 @@ Name: BANK_ANCIENT_TRANSACTION_GONE
1810Description: The client requested a transaction that is so far in the past, that it has been forgotten by the bank. 1810Description: The client requested a transaction that is so far in the past, that it has been forgotten by the bank.
1811HttpStatus: 410 1811HttpStatus: 410
1812 1812
1813Value: 5116
1814Name: BANK_ABORT_CONFIRM_CONFLICT
1815Description: The client attempted to abort a transaction that was already confirmed.
1816HttpStatus: 409
1817
1818Value: 5117
1819Name: BANK_CONFIRM_ABORT_CONFLICT
1820Description: The client attempted to confirm a transaction that was already aborted.
1821HttpStatus: 409
1822
1813 1823
1814# 6000 - 6999: Reserved for sync 1824# 6000 - 6999: Reserved for sync
1815# 6000 - 6099: Reserved for SYNC_GENERIC 1825# 6000 - 6099: Reserved for SYNC_GENERIC