Class GoogleAuthError (0.5.0)

GoogleAuthError is thrown when there is authentication issue with the request

Inheritance

Error > GoogleAuthError

Package

@google-cloud/vertexai

Constructors

(constructor)(message, stack_trace)

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

Constructs a new instance of the GoogleAuthError class

Parameters
Name Description
message string
stack_trace any

Properties

stack_trace

readonly stack_trace: any;