AuraTurnTimeoutError
Thrown when a AuraClient.chat wait elapses.
The turn keeps running server-side; the timeout does not cancel it. Pass conversationId to AuraClient.cancel to stop it, or keep polling with AuraClient.getConversationState.
Raised only after the server has been asked directly and said the turn is still running, so it never stands in for a reply that had already landed.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AuraTurnTimeoutError( message, timeoutMs, conversationId?, partialContent?, projectId?): AuraTurnTimeoutError;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message |
string |
timeoutMs |
number |
conversationId? |
string |
partialContent? |
string |
projectId? |
string |
Returns
Section titled “Returns”AuraTurnTimeoutError