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.rec90
1 files changed, 88 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index e553b11..6c5643d 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -244,8 +244,6 @@ HttpStatus: 410
244 244
245 245
246 246
247
248
249Value: 1100 247Value: 1100
250Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND 248Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND
251Description: The exchange did not find information about the specified transaction in the database. 249Description: The exchange did not find information about the specified transaction in the database.
@@ -606,6 +604,94 @@ Description: The helper refuses to sign with the key, because it is too early: t
606HttpStatus: 400 604HttpStatus: 400
607 605
608 606
607Value: 1800
608Name: EXCHANGE_MANAGEMENT_AUDITOR_NOT_FOUND
609Description: The auditor that was supposed to be disabled is unknown to this exchange.
610HttpStatus: 404
611
612Value: 1801
613Name: EXCHANGE_MANAGEMENT_AUDITOR_MORE_RECENT_PRESENT
614Description: The exchange has a more recently signed conflicting instruction and is thus refusing the current change (replay detected).
615HttpStatus: 409
616
617Value: 1802
618Name: EXCHANGE_MANAGEMENT_AUDITOR_ADD_SIGNATURE_INVALID
619Description: The signature to add or enable the auditor does not validate.
620HttpStatus: 403
621
622Value: 1803
623Name: EXCHANGE_MANAGEMENT_AUDITOR_DEL_SIGNATURE_INVALID
624Description: The signature to disable the auditor does not validate.
625HttpStatus: 403
626
627Value: 1804
628Name: EXCHANGE_MANAGEMENT_DENOMINATION_REVOKE_SIGNATURE_INVALID
629Description: The signature to revoke the denomination does not validate.
630HttpStatus: 403
631
632Value: 1805
633Name: EXCHANGE_MANAGEMENT_SIGNKEY_REVOKE_SIGNATURE_INVALID
634Description: The signature to revoke the online signing key does not validate.
635HttpStatus: 403
636
637Value: 1806
638Name: EXCHANGE_WIRE_MORE_RECENT_PRESENT
639Description: The exchange has a more recently signed conflicting instruction and is thus refusing the current change (replay detected).
640HttpStatus: 409
641
642Value: 1807
643Name: EXCHANGE_MANAGEMENT_KEYS_SIGNKEY_UNKNOWN
644Description: The signingkey specified is unknown to the exchange.
645HttpStatus: 404
646
647Value: 1808
648Name: EXCHANGE_MANAGEMENT_WIRE_DETAILS_SIGNATURE_INVALID
649Description: The signature to publish wire account does not validate.
650HttpStatus: 403
651
652Value: 1809
653Name: EXCHANGE_MANAGEMENT_WIRE_ADD_SIGNATURE_INVALID
654Description: The signature to add the wire account does not validate.
655HttpStatus: 403
656
657Value: 1810
658Name: EXCHANGE_MANAGEMENT_WIRE_DEL_SIGNATURE_INVALID
659Description: The signature to disable the wire account does not validate.
660HttpStatus: 403
661
662Value: 1810
663Name: EXCHANGE_MANAGEMENT_WIRE_NOT_FOUND
664Description: The wire account to be disabled is unknown to the exchange.
665HttpStatus: 404
666
667Value: 1811
668Name: EXCHANGE_MANAGEMENT_WIRE_FEE_SIGNATURE_INVALID
669Description: The signature to affirm wire fees does not validate.
670HttpStatus: 403
671
672Value: 1812
673Name: EXCHANGE_MANAGEMENT_WIRE_FEE_MISMATCH
674Description: The signature conflicts with a previous signature affirming different fees.
675HttpStatus: 409
676
677
678Value: 1900
679Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID
680Description: The auditor signature over the denomination meta data is invalid.
681HttpStatus: 403
682
683Value: 1901
684Name: EXCHANGE_AUDITORS_AUDITOR_UNKNOWN
685Description: The auditor that was specified is unknown to this exchange.
686HttpStatus: 412
687
688Value: 1902
689Name: EXCHANGE_AUDITORS_AUDITOR_INACTIVE
690Description: The auditor that was specified is no longer used by this exchange.
691HttpStatus: 410
692
693
694
609 695
610# 2000 - 2999: Reserved for merchant 696# 2000 - 2999: Reserved for merchant
611# 2000 - 2099: Reserved for MERCHANT_GENERIC 697# 2000 - 2099: Reserved for MERCHANT_GENERIC