React Native Firebase
    Preparing search index...

    Details object that contains data originating from a bad HTTP response.

    interface CustomErrorData {
        errorDetails?: ErrorDetails[];
        response?: GenerateContentResponse;
        status?: number;
        statusText?: string;
    }
    Index

    Properties

    errorDetails?: ErrorDetails[]

    Optional additional details about the error.

    Response from a GenerateContentRequest

    status?: number

    HTTP status code of the error response.

    statusText?: string

    HTTP status text of the error response.