Skip to content

InvalidInputError

Defined in: errors.ts:165

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:166

Parameter Type
message string
options? { cause?: unknown; }
options.cause? unknown

InvalidInputError

SparkClientError.constructor