- Preparing search index...
- The search index is not available
actionhero
Type alias ExceptionReporter
Exception
Reporter
: ((error
: NodeJS.ErrnoException, type
: string, name
: string, objects
?: any, severity
?: ActionheroLogLevel) => void)
Type declaration
-
- (error: NodeJS.ErrnoException, type: string, name: string, objects?: any, severity?: ActionheroLogLevel): void
-
Parameters
-
error: NodeJS.ErrnoException
-
type: string
-
name: string
-
Optional
objects: any
-
Returns void