Neutrome SDK reference
    Preparing search index...

    Type Alias ProviderErrorMeta

    Transport details that help interpret a provider error body.

    type ProviderErrorMeta = {
        contentType?: string | null;
        provider?: string;
        source?: string;
        status?: number;
    }
    Index
    contentType?: string | null
    provider?: string
    source?: string
    status?: number