//! Error types for use by all Sensors
use KafkaError;
/// Error type used by simple sensor
/// TODO: This will probably get deleted and turned into a Trait similar to the MeasurementError that
/// includes specific trait methods for returning specific variants of a Sensor's specific Error type