Preparing search index...
The search index is not available
lib.reviews
lib.reviews
util/debug
DebugErrorContext
Interface DebugErrorContext
Shape for structured error logging that mirrors the legacy
debug
helper.
interface
DebugErrorContext
{
error
?:
Error
&
{
stack
?:
string
}
;
req
?:
RequestLike
;
}
Index
Properties
error?
req?
Properties
Optional
error
error
?:
Error
&
{
stack
?:
string
}
Optional
req
req
?:
RequestLike
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
req
lib.reviews
Loading...
Shape for structured error logging that mirrors the legacy
debughelper.