aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-error-codes/registry.rec7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 3fb0831..83e47a3 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -857,7 +857,12 @@ HttpStatus: 500
857 857
858Value: 2105 858Value: 2105
859Name: MERCHANT_GET_ORDERS_ID_INVALID_TOKEN 859Name: MERCHANT_GET_ORDERS_ID_INVALID_TOKEN
860Description: The token used to authenticate the client is invalid for this order. 860Description: The claim token used to authenticate the client is invalid for this order.
861HttpStatus: 403
862
863Value: 2106
864Name: MERCHANT_GET_ORDERS_ID_INVALID_CONTRACT_HASH
865Description: The contract terms hash used to authenticate the client is invalid for this order.
861HttpStatus: 403 866HttpStatus: 403
862 867
863# 2150-2199: post orders ID pay endpoint 868# 2150-2199: post orders ID pay endpoint