summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-02 13:23:16 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-02 13:23:16 +0100
commitc0a87f108718a891585b8da35005646ff0b4db34 (patch)
tree6d09cacf761d217bc28dc4cc9f6b3eb230470b0c /src/include
parent29fac256faea295476e901ec581db9533bb3fe29 (diff)
downloadexchange-c0a87f108718a891585b8da35005646ff0b4db34.tar.gz
exchange-c0a87f108718a891585b8da35005646ff0b4db34.tar.bz2
exchange-c0a87f108718a891585b8da35005646ff0b4db34.zip
need more error codesdemo-2019-11-02-00
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_error_codes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 57dbd2db9..7e093c3ba 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1230,6 +1230,13 @@ enum TALER_ErrorCode
TALER_EC_HISTORY_DB_FETCH_ERROR = 2201,
/**
+ * The backend could not find the contract specified
+ * in the request. This response is
+ * provided with HTTP status code MHD_HTTP_NOT_FOUND.
+ */
+ TALER_EC_POLL_PAYMENT_CONTRACT_NOT_FOUND = 2250,
+
+ /**
* We failed to contact the exchange for the /track/transaction
* request. This response is provided with HTTP status code
* MHD_HTTP_SERVICE_UNAVAILABLE.