Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / EffectOutcomeDecision

Interface: EffectOutcomeDecision

Defined in: packages/core/src/effects/types.ts:186

The classified result of one attempt.

Properties

PropertyTypeDescriptionDefined in
attemptRefnumber-packages/core/src/effects/types.ts:190
decisionType"effect_outcome"-packages/core/src/effects/types.ts:187
detail?string-packages/core/src/effects/types.ts:197
intentRefnumber-packages/core/src/effects/types.ts:189
opIdstring-packages/core/src/effects/types.ts:188
outcome"accepted" | "failed" | "unknown"'accepted': the provider took the request (receipt expected); 'failed': a classified failure that provably did not execute; 'unknown': unclassifiable from what the journal holds.packages/core/src/effects/types.ts:196