Skip to content

Rulvar API reference


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

ParameterType
messagestring
opts?{ cause?: unknown; data?: Json; }
opts.cause?unknown
opts.data?Json

Returns

OrchestratorCapConfigError

Overrides

RulvarError.constructor

Properties

PropertyModifierTypeDefault valueOverridesInherited fromDefined in
codereadonly"orchestrator_cap_config""orchestrator_cap_config"RulvarError.code-packages/core/dist/index.d.ts
data?readonlyJsonundefined-RulvarError.datapackages/core/dist/index.d.ts
retryablereadonlybooleanundefined-RulvarError.retryablepackages/core/dist/index.d.ts

Methods

toWire()

ts
toWire(): WireError;

Defined in: packages/core/dist/index.d.ts

Returns

WireError

Inherited from

RulvarError.toWire