Description Usage Arguments Value See Also
View source: R/utils-middleware.R
This function is used to add a JSON error response to the
res
object. It is called by the handleErrors()
utility
function.
1 | jsonError(req, res, err)
|
req |
|
res |
|
err |
|
The incoming res
object is modified.
Request, Response, Error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.