aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-08-31 20:57:24 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-08-31 20:57:24 +0200
commitc4142e681a0921c186fe4a413840c2b884e8247d (patch)
treecd03e72a9313d7d309edaf33e9199629bd4e640d
parent02c968dd3ff5ca6b19a45f7a4e8e3b1be1ec67dd (diff)
downloadgana-c4142e681a0921c186fe4a413840c2b884e8247d.tar.gz
gana-c4142e681a0921c186fe4a413840c2b884e8247d.zip
-more ECs needed
-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 6c221ce..ba7c543 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1430,6 +1430,16 @@ Name: MERCHANT_GENERIC_OTP_DEVICE_UNKNOWN
1430Description: The backend could not find the OTP device(id) because it is not exist. 1430Description: The backend could not find the OTP device(id) because it is not exist.
1431HttpStatus: 404 1431HttpStatus: 404
1432 1432
1433Value: 2022
1434Name: MERCHANT_GENERIC_ACCOUNT_UNKNOWN
1435Description: The account is not known to the backend.
1436HttpStatus: 404
1437
1438Value: 2023
1439Name: MERCHANT_GENERIC_H_WIRE_MALFORMED
1440Description: The wire hash was malformed.
1441HttpStatus: 400
1442
1433 1443
1434# 2100-2499: public API 1444# 2100-2499: public API
1435# 2100-2149: get orders endpoint 1445# 2100-2149: get orders endpoint