diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-07-25 11:56:15 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-07-25 11:56:15 +0200 |
commit | 26486e6f21ecd546e29424943c1cd5eb608d9c7c (patch) | |
tree | 12df816553e5ab43d5f27f2ab3be64789a6260c0 /src/include | |
parent | 2b567692626f6bd741f6f4199874ce7292004cf8 (diff) |
error code for merchant /pay db transaction
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_error_codes.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 56c02264b..8574dd00e 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1323,6 +1323,14 @@ enum TALER_ErrorCode */ TALER_EC_REFUND_MERCHANT_DB_COMMIT_ERROR = 2604, + /** + * Payments are stored in a single db transaction; this error indicates + * that one db operation within that transaction failed. This might involve + * storing of coins or other related db operations, like starting/committing + * the db transaction or marking a contract as paid. + */ + TALER_EC_PAY_DB_STORE_PAYMENTS_ERROR = 2605, + /* ********** /test API error codes ************* */ |