From b4afa5a86e4317cf8b9d2868e8e509e261c54281 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 27 Jul 2020 11:30:13 +0200 Subject: new status code --- gnu-taler-error-codes/registry.rec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 97b2ae7..b89f3da 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1922,6 +1922,11 @@ Name: MERCHANT_ORDER_GET_REPLY_MALFORMED Description: The response we received from the merchant is malformed. This error is generated client-side. HttpStatus: 0 +Value: 2923 +Name: MERCHANT_GET_ORDER_INVALID_TOKEN +Description: The token used to authenticate the client is invalid for this order. +HttpStatus: 403 + Value: 3000 Name: DEPOSIT_CONFIRMATION_SIGNATURE_INVALID Description: The signature from the exchange on the deposit confirmation is invalid. Returned with a "400 Bad Request" status code. -- cgit v1.2.3