@helia/verified-fetch
    Preparing search index...

    Interface PluginErrorOptions

    interface PluginErrorOptions {
        details?: Record<string, any>;
        fatal?: boolean;
        response?: Response;
    }
    Index

    Properties

    details?: Record<string, any>
    fatal?: boolean
    response?: Response