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.).
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new InvalidInputError(message, options?): InvalidInputError;Defined in: errors.ts:163
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message | string |
options? | { cause?: unknown; } |
options.cause? | unknown |
Returns
Section titled “Returns”InvalidInputError