SessionBusyError
Thrown when session.run() is called while a turn is already in progress.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SessionBusyError(
sessionId):SessionBusyError
Parameters
Section titled “Parameters”sessionId
Section titled “sessionId”string
Returns
Section titled “Returns”SessionBusyError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”cause?
Section titled “cause?”
readonlyoptionalcause?:Error
Original error that caused this one, if any.
Inherited from
Section titled “Inherited from”code:
string
Machine-readable error code (e.g., “ABORT”, “RATE_LIMIT”, “TOOL_DENIED”).
Inherited from
Section titled “Inherited from”retryable
Section titled “retryable”
readonlyretryable:boolean
Whether this error can be retried by retry middleware.
Inherited from
Section titled “Inherited from”sessionId
Section titled “sessionId”
readonlysessionId:string
ID of the busy session.