We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33245d commit 95ef3f5Copy full SHA for 95ef3f5
1 file changed
error-messenger.js
@@ -3,7 +3,7 @@
3
* We want to send the same error and message through. It is assumed to be RESTful and useful.
4
* This will also handle app level 404 errors.
5
*
6
- * @param rerum_error_res An Express Response object from a request to RERUM that encountered an error. Explanatory text is in .text().
+ * @param rerum_error_res A Fetch API Response object from a fetch() to RERUM that encountered an error. Explanatory text is in .text().
7
* @param req The Express Request object from the request into TinyNode
8
* @param res The Express Response object to send out of TinyNode
9
* @param next The Express next() operator, unused here but required to support the middleware chain.
0 commit comments