aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-29 14:21:45 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-29 14:21:45 +0100
commit36e33c1b779997e707f2e4d303fa16f276ebdf50 (patch)
tree3cce747d4867ef79dbb10e42b6d01d6b869e8724 /gnu-taler-error-codes/registry.rec
parent5b99295839cb107943f5c05ed9efd1d9cf0eb7cd (diff)
downloadgana-36e33c1b779997e707f2e4d303fa16f276ebdf50.tar.gz
gana-36e33c1b779997e707f2e4d303fa16f276ebdf50.zip
new management error types for Taler exchange /management APIs (proper counting)
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 6c5643d..25bae4e 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -659,17 +659,17 @@ Name: EXCHANGE_MANAGEMENT_WIRE_DEL_SIGNATURE_INVALID
659Description: The signature to disable the wire account does not validate. 659Description: The signature to disable the wire account does not validate.
660HttpStatus: 403 660HttpStatus: 403
661 661
662Value: 1810 662Value: 1811
663Name: EXCHANGE_MANAGEMENT_WIRE_NOT_FOUND 663Name: EXCHANGE_MANAGEMENT_WIRE_NOT_FOUND
664Description: The wire account to be disabled is unknown to the exchange. 664Description: The wire account to be disabled is unknown to the exchange.
665HttpStatus: 404 665HttpStatus: 404
666 666
667Value: 1811 667Value: 1812
668Name: EXCHANGE_MANAGEMENT_WIRE_FEE_SIGNATURE_INVALID 668Name: EXCHANGE_MANAGEMENT_WIRE_FEE_SIGNATURE_INVALID
669Description: The signature to affirm wire fees does not validate. 669Description: The signature to affirm wire fees does not validate.
670HttpStatus: 403 670HttpStatus: 403
671 671
672Value: 1812 672Value: 1813
673Name: EXCHANGE_MANAGEMENT_WIRE_FEE_MISMATCH 673Name: 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