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