aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-27 11:30:13 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-27 11:30:13 +0200
commitb4afa5a86e4317cf8b9d2868e8e509e261c54281 (patch)
tree9569a8e26eb12872935bfcb76f6e51b897800615 /gnu-taler-error-codes/registry.rec
parent82ff6a36db88799cf6f658bd8855cefa5306c06d (diff)
downloadgana-b4afa5a86e4317cf8b9d2868e8e509e261c54281.tar.gz
gana-b4afa5a86e4317cf8b9d2868e8e509e261c54281.zip
new status code
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.