commit 1244bcf3a6329f8327e40b74e858da5890891130 parent 443925caa94f3607c0b71061657da5847bf669f2 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Fri, 4 Nov 2016 14:20:42 +0100 Adding error code for conflicting /track/transfer Diffstat:
| M | src/include/taler_error_codes.h | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git 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 ************* */