summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-29 10:52:09 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-29 10:52:09 +0100
commit970e3fd4cb4a3f76d1bcf56e4cec668bcb828078 (patch)
tree0ba684577af4c7571edf6aa51569c9864329ad1b /src/include/taler_error_codes.h
parent161b801fd691e0db697f2228dd96c87f71d01f40 (diff)
downloadexchange-970e3fd4cb4a3f76d1bcf56e4cec668bcb828078.tar.gz
exchange-970e3fd4cb4a3f76d1bcf56e4cec668bcb828078.tar.bz2
exchange-970e3fd4cb4a3f76d1bcf56e4cec668bcb828078.zip
error codes
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r--src/include/taler_error_codes.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 28ee64fed..917f3fc93 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1966,17 +1966,25 @@ enum TALER_ErrorCode
/**
* Sync could not store order data in its own database.
* This response is provided with HTTP status code
- * MHD_HTTP_INTERNAL_ERROR.
+ * MHD_HTTP_INTERNAL_SERVER_ERROR.
*/
TALER_EC_SYNC_PAYMENT_CREATE_DB_ERROR = 6015,
/**
* Sync could not store payment confirmation in its own database.
* This response is provided with HTTP status code
- * MHD_HTTP_INTERNAL_ERROR.
+ * MHD_HTTP_INTERNAL_SERVER_ERROR.
*/
TALER_EC_SYNC_PAYMENT_CONFIRM_DB_ERROR = 6016,
+ /**
+ * Sync could not fetch information about possible existing
+ * orders from its own database.
+ * This response is provided with HTTP status code
+ * MHD_HTTP_INTERNAL_SERVER_ERROR.
+ */
+ TALER_EC_SYNC_PAYMENT_CHECK_ORDER_DB_ERROR = 6017,
+
/**
* End of error code range.