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

    Interface WithErrorResponse

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

    0.0.1

    interface WithErrorResponse {
        response: ErrorResponse;
    }

    Implemented by

    Index

    Properties

    Properties

    response: ErrorResponse