aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-03-22 19:10:56 +0100
committerFlorian Dold <florian@dold.me>2022-03-22 19:10:56 +0100
commite12bcee063df61ed4b9acbe819443672364eb4d8 (patch)
treea2abc21e51cfb004a9de545d0e3707d5426ba2c3 /gnu-taler-error-codes/registry.rec
parent0958add542378a6ca9c411e2dc19527834e9f645 (diff)
downloadgana-e12bcee063df61ed4b9acbe819443672364eb4d8.tar.gz
gana-e12bcee063df61ed4b9acbe819443672364eb4d8.zip
ec
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 3177507..f184149 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -67,6 +67,11 @@ Name: GENERIC_CONFIGURATION_INVALID
67Description: There is an error in the client-side configuration, for example the base URL specified is malformed. 67Description: There is an error in the client-side configuration, for example the base URL specified is malformed.
68HttpStatus: 0 68HttpStatus: 0
69 69
70Value: 15
71Name: GENERIC_UNEXPECTED_REQUEST_ERROR
72Description: The client made a request to a service, but received an error response it does not know how to handle.
73HttpStatus: 0
74
70# Fundamental client-side protocol problems (20-29) 75# Fundamental client-side protocol problems (20-29)
71# (fundamental: cannot be helped, client is very broken) 76# (fundamental: cannot be helped, client is very broken)
72 77
@@ -1686,6 +1691,11 @@ Name: WALLET_CONTRACT_TERMS_MALFORMED
1686Description: The contract terms given by the merchant are malformed. 1691Description: The contract terms given by the merchant are malformed.
1687HttpStatus: 0 1692HttpStatus: 0
1688 1693
1694Value: 7021
1695Name: WALLET_PENDING_OPERATION_FAILED
1696Description: A pending operation failed, and thus the request can't be completed.
1697HttpStatus: 0
1698
1689# 8000 - 8999: Reserved for Anastasis 1699# 8000 - 8999: Reserved for Anastasis
1690 1700
1691Value: 8000 1701Value: 8000