Module error

Source
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 EdgeImpulseError, which encompasses all possible error conditions that can occur within the library, including both EIM and FFI modes.

§Error Types

  • EdgeImpulseError: Main error type for inference operations
  • IngestionError: Error type for data upload operations

Enums§

EdgeImpulseError
Represents all possible errors that can occur in the Edge Impulse Runner.
IngestionError