Classe GoogleGenerativeAIError (1.1.0)

GoogleGenerativeAIError viene generato quando la risposta http non va bene e il codice di stato non è 4XX. Per maggiori dettagli, fai riferimento all'indirizzo https://developer.mozilla.org/en-US/docs/Web/HTTP/Status

Ereditarietà

Errore > GoogleGenerativeAIError

Pacchetto

@google-cloud/vertexai

Costruttori

(constructor)(messaggio, stackTrace)

constructor(message: string, stackTrace?: any);

Crea una nuova istanza della classe GoogleGenerativeAIError

Parametri
Nome Description
message string
stackTrace any

Proprietà

stackTrace

readonly stackTrace: any;