"""Connector-level error types.""" class ApiError(Exception): """Transport-level API failure (timeout, connection error, non-200).""" pass