internetarchive-ts - v0.1.0
    Preparing search index...

    Type Alias IaApiErrorOptionsBeta

    Error options for IA Error classes

    type IaApiErrorOptions = {
        cause?: string;
        request?: Request;
        response?: Response;
        responseBody?: any;
    }
    Index

    Properties

    cause?: string

    Error cause

    request?: Request

    Request that caused the erroneous response

    response?: Response

    Response, if available

    responseBody?: any

    Response body, if available