Express catch error and send JSON error when use ``` return next(err); ``` error is a json object with message and optional status and stack as : ``` { message: "Error", status: 500, stack: "Error Stack trace visible just on development mode" } ```