From e153215f7e0f0103a2000ca978e6c4fd2719feb2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Dec 2019 14:18:02 +0100 Subject: fix j2 --- src/include/taler_error_codes.h | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'src/include/taler_error_codes.h') diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 318b33a47..1fbae7afc 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1884,7 +1884,7 @@ enum TALER_ErrorCode TALER_EC_SYNC_ACCOUNT_UNKNOWN = 6002, /** - * The Etag provided in the If-None-Match header is + * The SHA-512 hash provided in the If-None-Match header is * malformed. * This response is provided with HTTP status code * MHD_HTTP_BAD_REQUEST. @@ -1892,8 +1892,8 @@ enum TALER_ErrorCode TALER_EC_SYNC_BAD_IF_NONE_MATCH = 6003, /** - * The Etag provided in the If-Match header is - * malformed. + * The SHA-512 hash provided in the If-Match header is + * malformed or missing. * This response is provided with HTTP status code * MHD_HTTP_BAD_REQUEST. */ @@ -1901,20 +1901,12 @@ enum TALER_ErrorCode /** * The signature provided in the "Sync-Signature" header is - * malformed. + * malformed or missing. * This response is provided with HTTP status code * MHD_HTTP_BAD_REQUEST. */ TALER_EC_SYNC_BAD_SYNC_SIGNATURE = 6005, - /** - * The Etag provided in the "Etag" header is - * malformed. - * This response is provided with HTTP status code - * MHD_HTTP_BAD_REQUEST. - */ - TALER_EC_SYNC_BAD_ETAG = 6006, - /** * The signature provided in the "Sync-Signature" header * does not match the account, old or new Etags. -- cgit v1.2.3