exceptions¶
Custom exceptions!
- exception mio.exceptions.DeviceConfigurationError¶
Error while configuring a device
- exception mio.exceptions.DeviceError¶
Base class for errors when communicating with or configuring devices
- exception mio.exceptions.DeviceOpenError¶
Error opening a connection to a device
- exception mio.exceptions.EndOfRecordingException¶
Raised when
io.SDCardis at the end of the available recording!
- exception mio.exceptions.InvalidSDException¶
Raised when
io.SDCardis used with a drive that doesn’t have the appropriate WRITE KEYS in its header
- exception mio.exceptions.ReadHeaderException¶
Raised when a given frame’s header cannot be read!
- exception mio.exceptions.SDException¶
Base class for SDcard-specific errors
- exception mio.exceptions.StreamError¶
Base class for errors while streaming data
- exception mio.exceptions.StreamReadError¶
Error while reading streaming data from a device