From 36e33c1b779997e707f2e4d303fa16f276ebdf50 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 29 Nov 2020 14:21:45 +0100 Subject: new management error types for Taler exchange /management APIs (proper counting) --- gnu-taler-error-codes/registry.rec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu-taler-error-codes/registry.rec') 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 Description: The signature to disable the wire account does not validate. HttpStatus: 403 -Value: 1810 +Value: 1811 Name: EXCHANGE_MANAGEMENT_WIRE_NOT_FOUND Description: The wire account to be disabled is unknown to the exchange. HttpStatus: 404 -Value: 1811 +Value: 1812 Name: EXCHANGE_MANAGEMENT_WIRE_FEE_SIGNATURE_INVALID Description: The signature to affirm wire fees does not validate. HttpStatus: 403 -Value: 1812 +Value: 1813 Name: EXCHANGE_MANAGEMENT_WIRE_FEE_MISMATCH Description: The signature conflicts with a previous signature affirming different fees. HttpStatus: 409 -- cgit v1.2.3