exceptions

Custom exceptions!

exception miniscope_io.exceptions.DeviceConfigurationError

Error while configuring a device

exception miniscope_io.exceptions.DeviceError

Base class for errors when communicating with or configuring devices

exception miniscope_io.exceptions.DeviceOpenError

Error opening a connection to a device

exception miniscope_io.exceptions.EndOfRecordingException

Raised when io.SDCard is at the end of the available recording!

exception miniscope_io.exceptions.InvalidSDException

Raised when io.SDCard is used with a drive that doesn’t have the appropriate WRITE KEYS in its header

exception miniscope_io.exceptions.ReadHeaderException

Raised when a given frame’s header cannot be read!

exception miniscope_io.exceptions.SDException

Base class for SDcard-specific errors

exception miniscope_io.exceptions.StreamError

Base class for errors while streaming data

exception miniscope_io.exceptions.StreamReadError

Error while reading streaming data from a device