aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-29 14:28:14 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-29 14:28:14 +0100
commit88c30941bd5c1358a38f386ca275b487126bf272 (patch)
tree8db45b9b406aefbc3e3a151afc035fb63678aed6 /gnu-taler-error-codes
parent36e33c1b779997e707f2e4d303fa16f276ebdf50 (diff)
downloadgana-88c30941bd5c1358a38f386ca275b487126bf272.tar.gz
gana-88c30941bd5c1358a38f386ca275b487126bf272.zip
new management error types for Taler exchange /management APIs
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 25bae4e..19705ca 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -635,7 +635,7 @@ Description: The signature to revoke the online signing key does not validate.
635HttpStatus: 403 635HttpStatus: 403
636 636
637Value: 1806 637Value: 1806
638Name: EXCHANGE_WIRE_MORE_RECENT_PRESENT 638Name: EXCHANGE_MANAGEMENT_WIRE_MORE_RECENT_PRESENT
639Description: The exchange has a more recently signed conflicting instruction and is thus refusing the current change (replay detected). 639Description: The exchange has a more recently signed conflicting instruction and is thus refusing the current change (replay detected).
640HttpStatus: 409 640HttpStatus: 409
641 641
@@ -674,6 +674,11 @@ Name: EXCHANGE_MANAGEMENT_WIRE_FEE_MISMATCH
674Description: The signature conflicts with a previous signature affirming different fees. 674Description: The signature conflicts with a previous signature affirming different fees.
675HttpStatus: 409 675HttpStatus: 409
676 676
677Value: 1814
678Name: EXCHANGE_MANAGEMENT_KEYS_DENOMINATION_KEYS_ADD_SIGNATURE_INVALID
679Description: The signature affirming the denomination key is invalid.
680HttpStatus: 403
681
677 682
678Value: 1900 683Value: 1900
679Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID 684Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID