commit 52c9a18c05be1f6acc3789bfc70b78b0dbd17dab parent 323cb8276408e2c02b59bbe6e10da904538a149d Author: Florian Dold <florian@dold.me> Date: Mon, 16 Aug 2021 13:42:22 +0200 new taler error code Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -857,7 +857,12 @@ HttpStatus: 500 Value: 2105 Name: MERCHANT_GET_ORDERS_ID_INVALID_TOKEN -Description: The token used to authenticate the client is invalid for this order. +Description: The claim token used to authenticate the client is invalid for this order. +HttpStatus: 403 + +Value: 2106 +Name: MERCHANT_GET_ORDERS_ID_INVALID_CONTRACT_HASH +Description: The contract terms hash used to authenticate the client is invalid for this order. HttpStatus: 403 # 2150-2199: post orders ID pay endpoint