aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-04-13 17:41:17 +0200
committerFlorian Dold <florian@dold.me>2021-04-13 17:41:17 +0200
commit0982ead18d3ee9055c3d19337319cba51c3f3a21 (patch)
treece908ee0919e7202622e51dfbaa4b9fc35a7f77e
parent0f1eb8555b89056fe62e093211e53a1f9ba85d56 (diff)
downloadgana-0982ead18d3ee9055c3d19337319cba51c3f3a21.tar.gz
gana-0982ead18d3ee9055c3d19337319cba51c3f3a21.zip
add error code
-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 0c9aada..82a515c 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1466,6 +1466,11 @@ Name: WALLET_CONTRACT_TERMS_SIGNATURE_INVALID
1466Description: The merchant's signature on the contract terms is invalid. 1466Description: The merchant's signature on the contract terms is invalid.
1467HttpStatus: 0 1467HttpStatus: 0
1468 1468
1469Value: 7020
1470Name: WALLET_CONTRACT_TERMS_MALFORMED
1471Description: The contract terms given by the merchant are malformed.
1472HttpStatus: 0
1473
1469# 8000 - 8999: Reserved for Anastasis 1474# 8000 - 8999: Reserved for Anastasis
1470 1475
1471Value: 8000 1476Value: 8000