AuraTurnCancelledError
Thrown when an agent turn stopped before it finished — either the caller aborted the wait, or the server marked the reply partial. Distinct from AuraApiError: nothing failed, the turn just did not complete. Pair it with AuraClient.cancel to stop the turn server-side as well.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AuraTurnCancelledError( message, partialContent?, conversationId?): AuraTurnCancelledError;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message |
string |
partialContent? |
string |
conversationId? |
string |
Returns
Section titled “Returns”AuraTurnCancelledError