From 9bfeec352b95873bc94b96947a8dd335838f3e8b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 4 Feb 2020 20:57:11 +0100 Subject: fix #6065 --- src/include/taler_error_codes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index ac7f92888..917ac36db 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -80,6 +80,11 @@ enum TALER_ErrorCode */ TALER_EC_JSON_ALLOCATION_FAILURE = 7, + /** + * HTTP method invalid for this URL. + */ + TALER_EC_METHOD_INVALID = 8, + /** * The exchange failed to even just initialize its connection to the * database. This response is provided with HTTP status code -- cgit v1.2.3