Exceptions
Bases:AgentsException
AgentsException
Exception raised when the STT websocket connection fails.
src/agents/voice/exceptions.py
45678
classSTTWebsocketConnectionError(AgentsException):"""Exception raised when the STT websocket connection fails."""def__init__(self,message:str):self.message=message