aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-08-31 00:06:42 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-08-31 00:06:42 +0200
commit02c968dd3ff5ca6b19a45f7a4e8e3b1be1ec67dd (patch)
tree87476442f2f9d7834575b02aabf4aae12e0a5b30
parentca29bdf8d02bef1e5474b21293ecf4d6c3ea4e2f (diff)
downloadgana-02c968dd3ff5ca6b19a45f7a4e8e3b1be1ec67dd.tar.gz
gana-02c968dd3ff5ca6b19a45f7a4e8e3b1be1ec67dd.zip
-new OTP ecs
-rw-r--r--gnu-taler-error-codes/registry.rec12
1 files changed, 11 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index bbe57c5..6c221ce 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1425,6 +1425,11 @@ Name: MERCHANT_GENERIC_PENDING_WEBHOOK_UNKNOWN
1425Description: The backend could not find the webhook(serial) because it is not exist. 1425Description: The backend could not find the webhook(serial) because it is not exist.
1426HttpStatus: 404 1426HttpStatus: 404
1427 1427
1428Value: 2021
1429Name: MERCHANT_GENERIC_OTP_DEVICE_UNKNOWN
1430Description: The backend could not find the OTP device(id) because it is not exist.
1431HttpStatus: 404
1432
1428 1433
1429# 2100-2499: public API 1434# 2100-2499: public API
1430# 2100-2149: get orders endpoint 1435# 2100-2149: get orders endpoint
@@ -1979,13 +1984,18 @@ Name: MERCHANT_PRIVATE_GET_ORDERS_ID_AMOUNT_ARITHMETIC_FAILURE
1979Description: The merchant backend encountered a failure in computing the deposit total. 1984Description: The merchant backend encountered a failure in computing the deposit total.
1980HttpStatus: 200 1985HttpStatus: 200
1981 1986
1982# 2850-2899: template operations 1987# 2850-2899: template and OTP device operations
1983 1988
1984Value: 2850 1989Value: 2850
1985Name: MERCHANT_PRIVATE_POST_TEMPLATES_CONFLICT_TEMPLATE_EXISTS 1990Name: MERCHANT_PRIVATE_POST_TEMPLATES_CONFLICT_TEMPLATE_EXISTS
1986Description: The template ID already exists. 1991Description: The template ID already exists.
1987HttpStatus: 409 1992HttpStatus: 409
1988 1993
1994Value: 2851
1995Name: MERCHANT_PRIVATE_POST_OTP_DEVICES_CONFLICT_OTP_DEVICE_EXISTS
1996Description: The OTP device ID already exists.
1997HttpStatus: 409
1998
1989Value: 2860 1999Value: 2860
1990Name: MERCHANT_POST_USING_TEMPLATES_AMOUNT_CONFLICT_TEMPLATES_CONTRACT_AMOUNT 2000Name: MERCHANT_POST_USING_TEMPLATES_AMOUNT_CONFLICT_TEMPLATES_CONTRACT_AMOUNT
1991Description: Amount given in the using template and in the template contract. There is a conflict. 2001Description: Amount given in the using template and in the template contract. There is a conflict.