aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-15 23:50:00 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-15 23:50:00 +0200
commit47777a98702aceee00c17debfca470cf83d212c2 (patch)
treee30663b909983206e62e17c64292fafd0e97b8fb /gnu-taler-error-codes/registry.rec
parent24fa8dad8605b495efc1daa3d7189e2783110a34 (diff)
downloadgana-47777a98702aceee00c17debfca470cf83d212c2.tar.gz
gana-47777a98702aceee00c17debfca470cf83d212c2.zip
more error codes for GET /private/orders
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec26
1 files changed, 26 insertions, 0 deletions
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
1962Description: The token used to authenticate the client is invalid for this order. 1962Description: The token used to authenticate the client is invalid for this order.
1963HttpStatus: 403 1963HttpStatus: 403
1964 1964
1965Value: 2924
1966Name: MERCHANT_PRIVATE_GET_ORDER_STATUS_DB_LOOKUP_ERROR
1967Description: The merchant backup failed to lookup the order status in the database.
1968HttpStatus: 500
1969
1970Value: 2925
1971Name: MERCHANT_PRIVATE_GET_ORDER_CONTRACT_DB_LOOKUP_ERROR
1972Description: The merchant backup failed to lookup the contract terms in the database.
1973HttpStatus: 500
1974
1975Value: 2926
1976Name: MERCHANT_PRIVATE_GET_ORDER_PARSE_CONTRACT_ERROR
1977Description: The merchant backup failed to parse the order contract terms.
1978HttpStatus: 500
1979
1980Value: 2927
1981Name: MERCHANT_PRIVATE_GET_ORDER_REFUND_DB_LOOKUP_ERROR
1982Description: The merchant backup failed to lookup the refunds in the database.
1983HttpStatus: 500
1984
1985Value: 2928
1986Name: MERCHANT_PRIVATE_GET_ORDER_BY_FILTER_DB_LOOKUP_ERROR
1987Description: The merchant backup failed to lookup filtered orders in the database.
1988HttpStatus: 500
1989
1990
1965Value: 3000 1991Value: 3000
1966Name: DEPOSIT_CONFIRMATION_SIGNATURE_INVALID 1992Name: DEPOSIT_CONFIRMATION_SIGNATURE_INVALID
1967Description: The signature from the exchange on the deposit confirmation is invalid. Returned with a "400 Bad Request" status code. 1993Description: The signature from the exchange on the deposit confirmation is invalid. Returned with a "400 Bad Request" status code.