bunway
    Preparing search index...

    Interface HttpErrorOptions

    interface HttpErrorOptions {
        body?: unknown;
        cause?: unknown;
        headers?: Record<string, string>;
    }
    Index

    Properties

    Properties

    body?: unknown
    cause?: unknown
    headers?: Record<string, string>