remotivelabs.broker.exceptions

class BrokerError(builtins.Exception):

Raised for general RemotiveBroker errors

@dataclass
class BrokerLicenseError(BrokerError):

Raised for license errors

BrokerLicenseError(host: str, message: str)
host: str
message: str
@dataclass
class BrokerConnectionError(BrokerError):

Raised for communication errors with a RemotiveBroker

BrokerConnectionError(host: str, message: str)
host: str
message: str