diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-11 10:01:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 16:44:09 +0200 |
commit | 4119dbd1aab1ad6f63cc48d4a7e396834e60d62b (patch) | |
tree | 6d7924a143444293952d6a596a13826347718825 /src/include/taler_error_codes.h | |
parent | 556085ac80df6148a1c0523ada516f843390ce6d (diff) |
update
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r-- | src/include/taler_error_codes.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index eded23339..cafdf1f6f 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1538,6 +1538,13 @@ enum TALER_ErrorCode TALER_EC_TRACK_TRANSACTION_CONFLICTING_REPORTS = 2308, /** + * We did failed to retrieve information from our database. The + * response is provided with an HTTP status of + * #MHD_HTTP_INTERNAL_SERVER_ERROR. + */ + TALER_EC_GET_TRANSFERS_DB_FETCH_ERROR = 2350, + + /** * We failed to contact the exchange for the /track/transfer request. * This response is provided with HTTP status code * #MHD_HTTP_SERVICE_UNAVAILABLE. |