summaryrefslogtreecommitdiff
path: root/src/backend/taler-mint-httpd_responses.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-mint-httpd_responses.h')
-rw-r--r--src/backend/taler-mint-httpd_responses.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/backend/taler-mint-httpd_responses.h b/src/backend/taler-mint-httpd_responses.h
index 2b05c69c..f947bd57 100644
--- a/src/backend/taler-mint-httpd_responses.h
+++ b/src/backend/taler-mint-httpd_responses.h
@@ -81,6 +81,16 @@ int
TMH_RESPONSE_reply_internal_error (struct MHD_Connection *connection,
const char *hint);
/**
+ * Send a response indicating an external error.
+ *
+ * @param connection the MHD connection to use
+ * @param hint hint about the error's nature
+ * @return a MHD result code
+ */
+int
+TMH_RESPONSE_reply_external_error (struct MHD_Connection *connection,
+ const char *hint);
+/**
* Send a response indicating that the request was too big.
*
* @param connection the MHD connection to use