Expand description
Error types for the Edge Impulse Runner.
This module defines the error types that can occur during model loading, execution, and communication. It provides a comprehensive error handling system that helps identify and debug issues when working with Edge Impulse models.
The main error type is EimError
, which encompasses all possible error
conditions that can occur within the library.
Enumsยง
- Represents all possible errors that can occur in the Edge Impulse Runner.