From 88c30941bd5c1358a38f386ca275b487126bf272 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 29 Nov 2020 14:28:14 +0100 Subject: new management error types for Taler exchange /management APIs --- gnu-taler-error-codes/registry.rec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (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 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. HttpStatus: 403 Value: 1806 -Name: EXCHANGE_WIRE_MORE_RECENT_PRESENT +Name: EXCHANGE_MANAGEMENT_WIRE_MORE_RECENT_PRESENT Description: The exchange has a more recently signed conflicting instruction and is thus refusing the current change (replay detected). HttpStatus: 409 @@ -674,6 +674,11 @@ Name: EXCHANGE_MANAGEMENT_WIRE_FEE_MISMATCH Description: The signature conflicts with a previous signature affirming different fees. HttpStatus: 409 +Value: 1814 +Name: EXCHANGE_MANAGEMENT_KEYS_DENOMINATION_KEYS_ADD_SIGNATURE_INVALID +Description: The signature affirming the denomination key is invalid. +HttpStatus: 403 + Value: 1900 Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID -- cgit v1.2.3