diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-07 14:18:02 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-07 14:18:02 +0100 |
commit | e153215f7e0f0103a2000ca978e6c4fd2719feb2 (patch) | |
tree | 34d9ad0f0d225e598ca9fdb48e9e34bd6ace6511 /src/include | |
parent | 711027f651b2ed73bdf1d93bb74c86213a2358f5 (diff) |
fix j2
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_error_codes.h | 16 |
1 files changed, 4 insertions, 12 deletions
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,21 +1901,13 @@ 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. * This response is provided with HTTP status code |