commit c0be234bfc7768ba77b00ccef165406b35f4e837 parent 898a5d6c244ea66fc83cd8936db903aad14c4f1d Author: Christian Blättler <blatc2@bfh.ch> Date: Thu, 6 Jun 2024 13:25:57 +0200 add merchant error Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1687,6 +1687,11 @@ Name: MERCHANT_POST_ORDERS_ID_PAY_TOKEN_ENVELOPE_COUNT_MISMATCH Description: The provided number of token envelopes does not match the specified number. HttpStatus: 400 +Value: 2183 +Name: MERCHANT_POST_ORDERS_ID_PAY_TOKEN_INVALID +Description: Invalid token because it was already used. +HttpStatus: 409 + # 2200-2224: post orders ID paid endpoint @@ -1937,6 +1942,10 @@ Name: MERCHANT_PRIVATE_POST_ORDERS_TOKEN_FAMILY_SLUG_UNKNOWN Description: The token family slug provided in this order could not be found in the merchant database. HttpStatus: 404 +Value: 2534 +Name: MERCHANT_PRIVATE_POST_ORDERS_TOKEN_FAMILY_NOT_VALID +Description: A token family referenced in this order is either expired or not valid yet. +HttpStatus: 409 # 2550-2599: transfer operations