From 47777a98702aceee00c17debfca470cf83d212c2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 15 Aug 2020 23:50:00 +0200 Subject: more error codes for GET /private/orders --- gnu-taler-error-codes/registry.rec | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'gnu-taler-error-codes') diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 62b36c0..ee6a5b0 100644 --- 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. -- cgit v1.2.3