diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-11-04 14:20:42 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-11-04 14:20:42 +0100 |
commit | 1244bcf3a6329f8327e40b74e858da5890891130 (patch) | |
tree | 7c36124e93d79a479b9ab9cddc201438a1d38433 /src/include | |
parent | 443925caa94f3607c0b71061657da5847bf669f2 (diff) |
Adding error code for conflicting /track/transfer
Diffstat (limited to 'src/include')
-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 7e496a564..4fa2b0c9d 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1072,6 +1072,13 @@ enum TALER_ErrorCode */ TALER_EC_TRACK_TRANSFER_DB_INTERNAL_LOGIC_ERROR = 2407, + /** + * The exchange gave conflicting information about a coin which has + * been wire transferred. + * The response is + * provided with HTTP status code MHD_HTTP_INTERNAL_SERVER_ERROR. + */ + TALER_EC_TRACK_TRANSFER_CONFLICTING_REPORT = 2408, /* ********** /test API error codes ************* */ |