gana

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

commit 47777a98702aceee00c17debfca470cf83d212c2
parent 24fa8dad8605b495efc1daa3d7189e2783110a34
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 15 Aug 2020 23:50:00 +0200

more error codes for GET /private/orders

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

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1962,6 +1962,32 @@ Name: MERCHANT_GET_ORDER_INVALID_TOKEN Description: The token used to authenticate the client is invalid for this order. HttpStatus: 403 +Value: 2924 +Name: MERCHANT_PRIVATE_GET_ORDER_STATUS_DB_LOOKUP_ERROR +Description: The merchant backup failed to lookup the order status in the database. +HttpStatus: 500 + +Value: 2925 +Name: MERCHANT_PRIVATE_GET_ORDER_CONTRACT_DB_LOOKUP_ERROR +Description: The merchant backup failed to lookup the contract terms in the database. +HttpStatus: 500 + +Value: 2926 +Name: MERCHANT_PRIVATE_GET_ORDER_PARSE_CONTRACT_ERROR +Description: The merchant backup failed to parse the order contract terms. +HttpStatus: 500 + +Value: 2927 +Name: MERCHANT_PRIVATE_GET_ORDER_REFUND_DB_LOOKUP_ERROR +Description: The merchant backup failed to lookup the refunds in the database. +HttpStatus: 500 + +Value: 2928 +Name: MERCHANT_PRIVATE_GET_ORDER_BY_FILTER_DB_LOOKUP_ERROR +Description: The merchant backup failed to lookup filtered orders in the database. +HttpStatus: 500 + + 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.