Rulvar API reference / @rulvar/rulvar / OrchestratorCapConfigError
Class: OrchestratorCapConfigError
Defined in: packages/core/dist/index.d.ts
Invalid orchestrator cap and finalize-reserve configuration, thrown before the first LLM call (DEF-7; producers ship in M6/M7).
Extends
Constructors
Constructor
ts
new OrchestratorCapConfigError(message, opts?): OrchestratorCapConfigError;Defined in: packages/core/dist/index.d.ts
Parameters
| Parameter | Type |
|---|---|
message | string |
opts? | { cause?: unknown; data?: Json; } |
opts.cause? | unknown |
opts.data? | Json |
Returns
OrchestratorCapConfigError
Overrides
Properties
| Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|---|
code | readonly | "orchestrator_cap_config" | "orchestrator_cap_config" | RulvarError.code | - | packages/core/dist/index.d.ts |
data? | readonly | Json | undefined | - | RulvarError.data | packages/core/dist/index.d.ts |
retryable | readonly | boolean | undefined | - | RulvarError.retryable | packages/core/dist/index.d.ts |
Methods
toWire()
ts
toWire(): WireError;Defined in: packages/core/dist/index.d.ts