summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-31 17:42:39 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-31 17:42:39 +0200
commit4089ebeec60159c438c0da04115f416d314713ef (patch)
tree027747e9923e64f5e22256d2ca1fb308dc715eaf /src/include/taler_merchantdb_plugin.h
parent48ea83ffb0b7f8f57649e66352c8962efaaeb0b7 (diff)
downloadmerchant-4089ebeec60159c438c0da04115f416d314713ef.tar.gz
merchant-4089ebeec60159c438c0da04115f416d314713ef.tar.bz2
merchant-4089ebeec60159c438c0da04115f416d314713ef.zip
address DB fixes for missing EC values
Diffstat (limited to 'src/include/taler_merchantdb_plugin.h')
-rw-r--r--src/include/taler_merchantdb_plugin.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index ef557298..8f17da7e 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -1697,10 +1697,14 @@ struct TALER_MERCHANTDB_Plugin
* @param[out] expiration set to when the tip expires
* @return transaction status,
* #TALER_EC_TIP_AUTHORIZE_RESERVE_EXPIRED if the reserve is known but has expired
- * #TALER_EC_TIP_AUTHORIZE_RESERVE_UNKNOWN if the reserve is not known
+ * #TALER_EC_TIP_AUTHORIZE_RESERVE_NOT_FOUND if the reserve is not known
* #TALER_EC_TIP_AUTHORIZE_INSUFFICIENT_FUNDS if the reserve has insufficient funds left
- * #TALER_EC_TIP_AUTHORIZE_DB_HARD_ERROR on hard DB errors
- * #TALER_EC_TIP_AUTHORIZE_DB_SOFT_ERROR on soft DB errors (client should retry)
+ * #TALER_EC_TIP_AUTHORIZE_DB_START_FAILURE on hard DB errors
+ * #TALER_EC_TIP_AUTHORIZE_DB_LOOKUP_RESERVE_FAILURE on hard DB errors
+ * #TALER_EC_TIP_AUTHORIZE_DB_UPDATE_RESERVE_FAILURE on hard DB errors
+ * #TALER_EC_TIP_AUTHORIZE_DB_RESERVE_INVARIANT_FAILURE on hard DB errors
+ * #TALER_EC_TIP_AUTHORIZE_DB_START_FAILURE on hard DB errors
+ * #TALER_EC_TIP_AUTHORIZE_DB_SERIALIZATION_FAILURE on soft DB errors (client should retry)
* #TALER_EC_NONE upon success
*/
enum TALER_ErrorCode