RoutingAttempt
Defined in: src/models/routing/strategy.ts:8
A candidate used during an invocation and the outcome of that attempt.
Properties
Section titled “Properties”candidate
Section titled “candidate”readonly candidate: RoutingCandidate;Defined in: src/models/routing/strategy.ts:10
The configured candidate instance.
exception?
Section titled “exception?”readonly optional exception?: Error;Defined in: src/models/routing/strategy.ts:12
The model or candidate-resolution error, absent when the call succeeded.