Skip to main content

Errors

netft::DiscoveryError

class NETFT_API DiscoveryError : public std::runtime_error;

Base classes: std::runtime_error

netft::NotConnectedError

class NETFT_API NotConnectedError : public std::runtime_error;

Base classes: std::runtime_error

Invalid Config, Calibration, DiscoveryOptions, or operation arguments use standard validation exceptions. DiscoveryError reports bounded HTTP discovery failure. NotConnectedError reports an operation such as bias that requires a running connection. Runtime stream failures appear through HealthSnapshot and the selected recovery policy.