summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-24 17:20:13 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-24 17:20:13 +0100
commitb7a5af7fd4ea302df013ad492d8a420efca5864c (patch)
tree401d07f0401e0d57d441b913f8e48e62df1cce11 /src/include/taler_error_codes.h
parent287a8dec9b3d6d2ee77a55fec4afff45f2cb826d (diff)
downloadexchange-b7a5af7fd4ea302df013ad492d8a420efca5864c.tar.gz
exchange-b7a5af7fd4ea302df013ad492d8a420efca5864c.tar.bz2
exchange-b7a5af7fd4ea302df013ad492d8a420efca5864c.zip
another sync code
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r--src/include/taler_error_codes.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 55cdbacbd..05bd9ce91 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1852,7 +1852,7 @@ enum TALER_ErrorCode
/**
* The sync service failed to access its database.
* This response is provided with HTTP status code
- * MHD_HTTP_INTERNAL_ERROR.
+ * MHD_HTTP_INTERNAL_SERVER_ERROR.
*/
TALER_EC_SYNC_DB_FETCH_ERROR = 6000,
@@ -1967,17 +1967,23 @@ 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 check for payment confirmation in 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.