React Router API Reference
    Preparing search index...

    Type Alias InstrumentationHandlerResult

    InstrumentationHandlerResult:
        | { error: undefined; status: "success" }
        | { error: Error; status: "error" }

    Result returned by route-level instrumented handler calls, such as instrumented loaders, actions, middleware, and lazy route functions.