-
Notifications
You must be signed in to change notification settings - Fork 0
StreamingError
adasThePrime edited this page Apr 13, 2026
·
1 revision
Raised when WebSocket streaming error occurs. Covers connection failures, unexpected disconnections, and protobuf decoding errors.
from pyahoo import StreamingError
# or
from pyahoo.exceptions import StreamingErrorPyahooError
├── AuthenticationError
├── APIError
│ ├── RateLimitError
│ └── NotFoundError
└── StreamingError <- You are here