Skip to content

InvalidInputError

Defined in: errors.ts:162

Raised when a public API method receives an invalid argument (bad schema DDL, non-positive bucket count, empty column list, etc.).

new InvalidInputError(message, options?): InvalidInputError;

Defined in: errors.ts:163

ParameterType
messagestring
options?{ cause?: unknown; }
options.cause?unknown

InvalidInputError

SparkClientError.constructor