Class IllegalArgumentError (1.3.0)

IllegalArgumentError is thrown when the request or operation is invalid

Inheritance

Error > IllegalArgumentError

Package

@google-cloud/vertexai

Constructors

(constructor)(message, stackTrace)

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

Constructs a new instance of the IllegalArgumentError class

Parameters
Name Description
message string
stackTrace any

Properties

stackTrace

readonly stackTrace: any;