aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-13 22:15:02 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-13 22:15:02 +0200
commit5f377301db4d94c485422ecda277fe850e29504a (patch)
tree581e811d6430869ea2576e74ff0b6f368dc8a492
parente50e37672fae7983fb5e934cd1d381b92648f7b6 (diff)
downloadgana-5f377301db4d94c485422ecda277fe850e29504a.tar.gz
gana-5f377301db4d94c485422ecda277fe850e29504a.zip
new EC
-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 9ad9ac7..d2ec129 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1923,6 +1923,11 @@ Name: MERCHANT_PRIVATE_POST_RESERVES_UNSUPPORTED_WIRE_METHOD
1923Description: The requested wire method is not supported by the exchange. 1923Description: The requested wire method is not supported by the exchange.
1924HttpStatus: 409 1924HttpStatus: 409
1925 1925
1926Value: 2701
1927Name: MERCHANT_PRIVATE_POST_RESERVES_TIPPING_NOT_ALLOWED
1928Description: The requested exchange does not allow tipping.
1929HttpStatus: 409
1930
1926Value: 2710 1931Value: 2710
1927Name: MERCHANT_PRIVATE_DELETE_RESERVES_NO_SUCH_RESERVE 1932Name: MERCHANT_PRIVATE_DELETE_RESERVES_NO_SUCH_RESERVE
1928Description: The reserve could not be deleted because it is unknown. 1933Description: The reserve could not be deleted because it is unknown.