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.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AuraTurnTimeoutError( message, timeoutMs, conversationId?): AuraTurnTimeoutError;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message |
string |
timeoutMs |
number |
conversationId? |
string |
Returns
Section titled “Returns”AuraTurnTimeoutError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”| Property | Modifier | Type | Description |
|---|---|---|---|
conversationId |
readonly |
string | undefined |
The conversation whose turn is still running. |
timeoutMs |
readonly |
number |
The wait, in milliseconds, that elapsed. |