gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit b4afa5a86e4317cf8b9d2868e8e509e261c54281
parent 82ff6a36db88799cf6f658bd8855cefa5306c06d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 27 Jul 2020 11:30:13 +0200

new status code

Diffstat:
Mgnu-taler-error-codes/registry.rec | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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.