summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-04 20:57:11 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-04 20:57:11 +0100
commit9bfeec352b95873bc94b96947a8dd335838f3e8b (patch)
tree2b265b0db13c1268968d26f73f1bde0b029c4ddf /src/include
parent5a11839002b2f327fa35e8a1bf589bb77c54e3c1 (diff)
downloadexchange-9bfeec352b95873bc94b96947a8dd335838f3e8b.tar.gz
exchange-9bfeec352b95873bc94b96947a8dd335838f3e8b.tar.bz2
exchange-9bfeec352b95873bc94b96947a8dd335838f3e8b.zip
fix #6065
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_error_codes.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -81,6 +81,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
* MHD_HTTP_INTERNAL_SERVER_ERROR.