Class GoogleAuthError (1.1.0)

GoogleAuthError is thrown when there is authentication issue with the request

Inheritance

Error > GoogleAuthError

Package

@google-cloud/vertexai

Constructors

(constructor)(message, stackTrace)

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

Constructs a new instance of the GoogleAuthError class

Parameters
NameDescription
message string
stackTrace any

Properties

stackTrace

readonly stackTrace: any;