kinetex - v1.0.0-rc.1
    Preparing search index...

    Type Alias OnErrorHook

    OnErrorHook: (
        err: HookError,
        ctx: HookContext,
    ) => Promise<HookResponse | void> | HookResponse | void

    Called when an error occurs — may return a synthetic response to recover

    Type Declaration