@uploadcare/rest-client
    Preparing search index...

    Type Alias RestClientErrorOptions

    type RestClientErrorOptions = {
        request?: Request;
        response?: Response;
    }
    Index

    Properties

    Properties

    request?: Request

    The signed request, when one was built.

    response?: Response

    The response, when one arrived; status is read from it.