Skip to content

RoutingAttempt

Defined in: src/models/routing/strategy.ts:8

A candidate used during an invocation and the outcome of that attempt.

readonly candidate: RoutingCandidate;

Defined in: src/models/routing/strategy.ts:10

The configured candidate instance.


readonly optional exception?: Error;

Defined in: src/models/routing/strategy.ts:12

The model or candidate-resolution error, absent when the call succeeded.