actionhero
    Preparing search index...

    Type Alias ExceptionReporter

    ExceptionReporter: (
        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
        • Optionalobjects: any
        • Optionalseverity: ActionheroLogLevel

        Returns void