@gibme/webserver
    Preparing search index...

    Type Alias ErrorSink

    ErrorSink: (error: unknown, context: ErrorSinkContext) => void

    Optional sink for internal errors that would otherwise be silently swallowed. Implementations should be cheap and non-throwing; thrown sink errors are caught and ignored to avoid recursive failure paths.

    Type Declaration