aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 97b2ae7..b89f3da 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1922,6 +1922,11 @@ Name: MERCHANT_ORDER_GET_REPLY_MALFORMED
1922Description: The response we received from the merchant is malformed. This error is generated client-side. 1922Description: The response we received from the merchant is malformed. This error is generated client-side.
1923HttpStatus: 0 1923HttpStatus: 0
1924 1924
1925Value: 2923
1926Name: MERCHANT_GET_ORDER_INVALID_TOKEN
1927Description: The token used to authenticate the client is invalid for this order.
1928HttpStatus: 403
1929
1925Value: 3000 1930Value: 3000
1926Name: DEPOSIT_CONFIRMATION_SIGNATURE_INVALID 1931Name: DEPOSIT_CONFIRMATION_SIGNATURE_INVALID
1927Description: The signature from the exchange on the deposit confirmation is invalid. Returned with a "400 Bad Request" status code. 1932Description: The signature from the exchange on the deposit confirmation is invalid. Returned with a "400 Bad Request" status code.