Reference
Exceptions
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
class FishAudioError(Exception)
class APIError(FishAudioError)
class AuthenticationError(APIError)
class PermissionError(APIError)
class NotFoundError(APIError)
class RateLimitError(APIError)
class ServerError(APIError)
class WebSocketError(FishAudioError)
class ValidationError(FishAudioError)
class DependencyError(FishAudioError)
Was this page helpful?
