aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-16 13:42:22 +0200
committerFlorian Dold <florian@dold.me>2021-08-16 13:42:33 +0200
commit52c9a18c05be1f6acc3789bfc70b78b0dbd17dab (patch)
treef22cb96366b49a2bf5d36a641b4b7fd8541ea455 /gnu-taler-error-codes/registry.rec
parent323cb8276408e2c02b59bbe6e10da904538a149d (diff)
downloadgana-52c9a18c05be1f6acc3789bfc70b78b0dbd17dab.tar.gz
gana-52c9a18c05be1f6acc3789bfc70b78b0dbd17dab.zip
new taler error code
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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