commit 7af7a493bc189c3423edf83478d059704f0f30af parent 212ee0a78adc43cb5c04d6ea96ccc2fe74fed62b Author: priscilla <priscilla.huang@efrei.net> Date: Mon, 21 Nov 2022 11:17:51 -0500 templates Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1277,6 +1277,11 @@ Name: MERCHANT_GENERIC_TRANSFER_UNKNOWN Description: The backend could not find the inbound wire transfer specified in the request. HttpStatus: 404 +Value: 2018 +Name: MERCHANT_GENERIC_TEMPLATE_UNKNOWN +Description: The backend could not find the template(id) because it is not exist. +HttpStatus: 404 + # 2100-2499: public API # 2100-2149: get orders endpoint @@ -1756,6 +1761,8 @@ Name: MERCHANT_PRIVATE_GET_ORDERS_ID_AMOUNT_ARITHMETIC_FAILURE Description: The merchant backend encountered a failure in computing the deposit total. HttpStatus: 200 +# 2850-2899: template operations +