structuredCallTimedOutError
structuredCallTimedOutError(
timeoutMs):string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/runtime/askStructured.ts:44
The exact error text askStructured returns when its wall-clock budget fires — i.e. the
provider produced no answer at all within the budget.
Exported as a builder rather than left as an inline literal because the three failure classes here (no response · an answer that does not fit the schema · a call that failed outright) are the question a reader of a red run has to answer first, and they are only distinguishable by this text. A caller that re-types the sentence to recognise it stops recognising it the day the wording moves, and silently re-files a stall as a rejection — which is precisely the confusion this exists to end.
Parameters
Section titled “Parameters”timeoutMs
Section titled “timeoutMs”number
Returns
Section titled “Returns”string