@sanity/routes
    Preparing search index...

    Type Alias DiagnosisStatusExperimental

    DiagnosisStatus:
        | "resolved"
        | "document_not_found"
        | "no_route_entry"
        | "empty_path"
        | "no_config"
        | "shard_not_found"

    Status codes returned by RouteResolver.diagnose.

    • 'resolved' — URL resolved successfully
    • 'document_not_found' — No document exists with this ID
    • 'no_route_entry' — Document exists but its type has no route config
    • 'empty_path' — Route matched but pathExpression evaluated to null/empty
    • 'no_config' — No route config document found for the channel
    • 'shard_not_found' — Route entry exists but no shard has been built yet

    The status set may evolve.