commit c4142e681a0921c186fe4a413840c2b884e8247d parent 02c968dd3ff5ca6b19a45f7a4e8e3b1be1ec67dd Author: Christian Grothoff <grothoff@gnunet.org> Date: Thu, 31 Aug 2023 20:57:24 +0200 -more ECs needed Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1430,6 +1430,16 @@ Name: MERCHANT_GENERIC_OTP_DEVICE_UNKNOWN Description: The backend could not find the OTP device(id) because it is not exist. HttpStatus: 404 +Value: 2022 +Name: MERCHANT_GENERIC_ACCOUNT_UNKNOWN +Description: The account is not known to the backend. +HttpStatus: 404 + +Value: 2023 +Name: MERCHANT_GENERIC_H_WIRE_MALFORMED +Description: The wire hash was malformed. +HttpStatus: 400 + # 2100-2499: public API # 2100-2149: get orders endpoint