Beignet API reference
    Preparing search index...

    Type Alias InngestJobFunctionErrorReporter

    InngestJobFunctionErrorReporter:
        | ErrorReporterPort
        | (() => MaybePromise<ErrorReporterPort | undefined>)

    Error reporter used after an Inngest function exhausts provider retries. A lazy resolver is useful when the reporter is contributed during server startup.