From 7995678e776b719145aeaf9e4409b6dd694c253e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jan 2020 03:42:31 +0100 Subject: fix error code use --- src/include/taler_error_codes.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (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 b6f736811..30df731c0 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -652,6 +652,13 @@ enum TALER_ErrorCode */ TALER_EC_REFRESH_REVEAL_LINK_SIGNATURE_INVALID = 1382, + /** + * The exchange failed to generate the signature as it could not find + * the signing key for the denomination. This response is provided + * with HTTP status code MHD_HTTP_INTERNAL_SERVER_ERROR. + */ + TALER_EC_REFRESH_REVEAL_KEYS_MISSING = 1383, + /** * The coin specified in the link request is unknown to the exchange. * This response is provided with HTTP status code MHD_HTTP_NOT_FOUND. @@ -939,6 +946,12 @@ enum TALER_ErrorCode */ TALER_EC_KEYS_HAVE_NOT_NUMERIC = 1900, + /** + * We currently cannot find any keys. This reponse is provied with an + * HTTP status code of MHD_HTTP_INTERNAL_SERVER_ERROR. + */ + TALER_EC_KEYS_MISSING = 1901, + /** * The backend could not find the merchant instance specified in the * request. This response is provided with HTTP status code -- cgit v1.2.3