Native Object Client
    Preparing search index...

    Type Alias ApiErrorOptions

    type ApiErrorOptions = {
        context: string;
        status: number;
        statusText: string;
        expectedStatuses: number[];
        response: string;
    }
    Index
    context: string
    status: number
    statusText: string
    expectedStatuses: number[]
    response: string