Optional
message: stringOptional
message: stringOptional
options: ErrorOptionsOptional
causeThe original error message before it was replaced by a public-facing message.
Optional
stackThe context where the unhandled error was intercepted.
Static
Optional
prepareOptional override for formatting stack traces
Static
stack
An unhandled error thrown inside the controller (i.e.
!(error instanceof HandledError)
) .