Interface IntegroIntegratedEncoderErrorCodeInfo

Represents detailed information for a specific encoder error code.

Hierarchy

  • IntegroIntegratedEncoderErrorCodeInfo

Properties

behavior: string

Expected behavior or consequence when this error occurs.

category: string

The category or type of error (e.g., hardware, communication, logic).

description: string

A detailed description explaining the error.

errorCode: number

The 16-bit numeric error code.

name: string

A short, human-readable name for the error.

Generated using TypeDoc