Rulvar API reference / @rulvar/core / OrchestratorCapConfigError
Class: OrchestratorCapConfigError
Defined in: packages/core/src/l0/errors.ts:226
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/src/l0/errors.ts:229
Parameters
| Parameter | Type |
|---|---|
message | string |
opts? | { cause?: unknown; data?: Json; } |
opts.cause? | unknown |
opts.data? | Json |
Returns
OrchestratorCapConfigError
Overrides
Properties
| Property | Modifier | Type | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|
code | readonly | "orchestrator_cap_config" | RulvarError.code | - | packages/core/src/l0/errors.ts:227 |
data? | readonly | Json | - | RulvarError.data | packages/core/src/l0/errors.ts:64 |
retryable | readonly | boolean | - | RulvarError.retryable | packages/core/src/l0/errors.ts:63 |
Methods
toWire()
ts
toWire(): WireError;Defined in: packages/core/src/l0/errors.ts:75