aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-12 09:47:44 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-12 09:47:44 +0200
commit83ff95fcfc049e86f0090623298cc26772715cf4 (patch)
tree8b6e6bfe5942e6ad955492d42b0ace4c2956f2ba
parentd9a74736b8de37a157ffbaa6c917384b0b565034 (diff)
downloadgana-83ff95fcfc049e86f0090623298cc26772715cf4.tar.gz
gana-83ff95fcfc049e86f0090623298cc26772715cf4.zip
update Taler EC codes
-rw-r--r--gnu-taler-error-codes/registry.rec14
1 files changed, 10 insertions, 4 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 4b73db4..17334c4 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1770,7 +1770,7 @@ HttpStatus: 404
1770Value: 2902 1770Value: 2902
1771Name: GET_ORDERS_EXCHANGE_TIMEOUT 1771Name: GET_ORDERS_EXCHANGE_TIMEOUT
1772Description: The merchant had a timeout contacting the exchange, thus not providing wire details in the response. 1772Description: The merchant had a timeout contacting the exchange, thus not providing wire details in the response.
1773HttpStatus: 200 1773HttpStatus: 408
1774 1774
1775Value: 2903 1775Value: 2903
1776Name: GET_ORDERS_EXCHANGE_TRACKING_FAILURE 1776Name: GET_ORDERS_EXCHANGE_TRACKING_FAILURE
@@ -1790,12 +1790,12 @@ HttpStatus: 200
1790Value: 2906 1790Value: 2906
1791Name: GET_ORDERS_EXCHANGE_LOOKUP_FAILURE 1791Name: GET_ORDERS_EXCHANGE_LOOKUP_FAILURE
1792Description: The merchant backend failed trying to contact the exchange for tracking details, thus those details are not in the response. 1792Description: The merchant backend failed trying to contact the exchange for tracking details, thus those details are not in the response.
1793HttpStatus: 200 1793HttpStatus: 424
1794 1794
1795Value: 2907 1795Value: 2907
1796Name: GET_ORDERS_EXCHANGE_REQUEST_FAILURE 1796Name: GET_ORDERS_EXCHANGE_REQUEST_FAILURE
1797Description: The merchant backend failed to construct the request for tracking to the exchange, thus tracking details are not in the response. 1797Description: The merchant backend failed to construct the request for tracking to the exchange, thus tracking details are not in the response.
1798HttpStatus: 200 1798HttpStatus: 500
1799 1799
1800Value: 2908 1800Value: 2908
1801Name: GET_ORDERS_DB_FETCH_CONTRACT_TERMS_ERROR 1801Name: GET_ORDERS_DB_FETCH_CONTRACT_TERMS_ERROR
@@ -1840,7 +1840,7 @@ HttpStatus: 500
1840Value: 2916 1840Value: 2916
1841Name: CHECK_PAYMENT_ORDER_ID_UNKNOWN 1841Name: CHECK_PAYMENT_ORDER_ID_UNKNOWN
1842Description: The order id we're checking is unknown, likely the frontend did not create the order first. 1842Description: The order id we're checking is unknown, likely the frontend did not create the order first.
1843HttpStatus: 0 1843HttpStatus: 404
1844 1844
1845Value: 2917 1845Value: 2917
1846Name: CHECK_PAYMENT_FAILED_COMPUTE_PROPOSAL_HASH 1846Name: CHECK_PAYMENT_FAILED_COMPUTE_PROPOSAL_HASH
@@ -1862,6 +1862,12 @@ Name: CHECK_PAYMENT_RESPONSE_MALFORMED
1862Description: The response we received from the merchant is malformed. This error is generated client-side. 1862Description: The response we received from the merchant is malformed. This error is generated client-side.
1863HttpStatus: 0 1863HttpStatus: 0
1864 1864
1865Value: 2921
1866Name: GET_ORDERS_EXCHANGE_LOOKUP_START_FAILURE
1867Description: The merchant backend failed trying to contact the exchange for tracking details, thus those details are not in the response.
1868HttpStatus: 500
1869
1870
1865Value: 3000 1871Value: 3000
1866Name: DEPOSIT_CONFIRMATION_SIGNATURE_INVALID 1872Name: DEPOSIT_CONFIRMATION_SIGNATURE_INVALID
1867Description: The signature from the exchange on the deposit confirmation is invalid. Returned with a "400 Bad Request" status code. 1873Description: The signature from the exchange on the deposit confirmation is invalid. Returned with a "400 Bad Request" status code.