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

    Interface WithProblemDetails

    Extension to an Error thrown on an unsuccessful HTTP response to link to a ProblemDetails instance.

    0.0.1

    interface WithProblemDetails {
        problemDetails: ProblemDetails;
    }

    Implemented by

    Index

    Properties

    Properties

    problemDetails: ProblemDetails

    The ProblemDetails instance.