aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-29 14:30:00 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-29 14:30:00 +0100
commit3501eb7b857d573258c1ab1c42d7e827c36cec9d (patch)
tree68f7a80c25a140e3197ff435fd02e87202477506 /gnu-taler-error-codes/registry.rec
parent88c30941bd5c1358a38f386ca275b487126bf272 (diff)
downloadgana-3501eb7b857d573258c1ab1c42d7e827c36cec9d.tar.gz
gana-3501eb7b857d573258c1ab1c42d7e827c36cec9d.zip
new management error types for Taler exchange /management APIs
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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 19705ca..0931697 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -675,10 +675,15 @@ Description: The signature conflicts with a previous signature affirming differe
675HttpStatus: 409 675HttpStatus: 409
676 676
677Value: 1814 677Value: 1814
678Name: EXCHANGE_MANAGEMENT_KEYS_DENOMINATION_KEYS_ADD_SIGNATURE_INVALID 678Name: EXCHANGE_MANAGEMENT_KEYS_DENOMKEY_ADD_SIGNATURE_INVALID
679Description: The signature affirming the denomination key is invalid. 679Description: The signature affirming the denomination key is invalid.
680HttpStatus: 403 680HttpStatus: 403
681 681
682Value: 1815
683Name: EXCHANGE_MANAGEMENT_KEYS_SIGNKEY_ADD_SIGNATURE_INVALID
684Description: The signature affirming the signing key is invalid.
685HttpStatus: 403
686
682 687
683Value: 1900 688Value: 1900
684Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID 689Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID