commit 2b8a5d1376cc20acb2d67251f636b5a9d1cf7a68 parent 71a75a14496199ba1e1fd245ceef96cc0d0c0ab0 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 5 Mar 2022 16:26:36 +0100 new error codes for new endpoint Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -787,6 +787,16 @@ Name: EXCHANGE_MANAGEMENT_KEYS_SIGNKEY_ADD_SIGNATURE_INVALID Description: The signature affirming the signing key is invalid. HttpStatus: 403 +Value: 1816 +Name: EXCHANGE_MANAGEMENT_GLOBAL_FEE_MISMATCH +Description: The signature conflicts with a previous signature affirming different fees. +HttpStatus: 409 + +Value: 1817 +Name: EXCHANGE_MANAGEMENT_GLOBAL_FEE_SIGNATURE_INVALID +Description: The signature affirming the fee structure is invalid. +HttpStatus: 403 + Value: 1900 Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID