Skip to content

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.

new AuraTurnTimeoutError(
message,
timeoutMs,
conversationId?): AuraTurnTimeoutError;
Parameter Type
message string
timeoutMs number
conversationId? string

AuraTurnTimeoutError

AuraError.constructor

Property Modifier Type Description
conversationId readonly string | undefined The conversation whose turn is still running.
timeoutMs readonly number The wait, in milliseconds, that elapsed.