@inrupt/solid-client-errors
    Preparing search index...

    Type Alias ProblemDetails

    ProblemDetails: Readonly<
        {
            detail?: string;
            instance?: URL;
            status: number;
            title: string;
            type: URL;
        },
    >

    Structured representation of the issue underlying an error response from an HTTP API.

    0.0.1