Skip to content

UnsupportedOperationError

Defined in: errors.ts:174

Raised when the caller invokes a capability that the current transport or configuration does not support, e.g. executeCommand on a read-only transport, or an unrecognized plan/expression type.

new UnsupportedOperationError(message, options?): UnsupportedOperationError;

Defined in: errors.ts:175

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

UnsupportedOperationError

SparkClientError.constructor