Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface AdapterFailureInput

    What the adapter is shown of a non-2xx response.

    interface AdapterFailureInput {
        bodyText: string;
        headers: Readonly<Record<string, string>>;
        status: number;
    }
    Index
    bodyText: string

    The error body, already read and bounded.

    headers: Readonly<Record<string, string>>
    status: number