Errors

exception raise by this package

exception transmission_rpc.error.TransmissionError(message: str = '', original: Optional[requests.models.Response] = None)[source]

This exception is raised when there has occurred an error related to communication with Transmission.

exception transmission_rpc.error.TransmissionAuthError(message: str = '', original: Optional[requests.models.Response] = None)[source]

Raised when username or password is incorrect

exception transmission_rpc.error.TransmissionConnectError(message: str = '', original: Optional[requests.models.Response] = None)[source]

raised when client can’t connect to transmission daemon

exception transmission_rpc.error.TransmissionTimeoutError(message: str = '', original: Optional[requests.models.Response] = None)[source]