Error reply module
- Source:
(require("src/util/error-reply"))(operation, error)
Function that calls the reply function with a given error by extracting useful error fields
and set the response status code accordingly.
Parameters:
Name | Type | Description |
---|---|---|
operation |
FlamingoOperation | |
error |
Error |
- Source: