Variable integroIntegratedEncoderErrorCodeDescriptionsConst

integroIntegratedEncoderErrorCodeDescriptions: IntegroIntegratedEncoderErrorCodeInfo[] = ...

Predefined list of known encoder error codes and their detailed descriptions.

Each entry provides structured information about a specific error code, including:

  • errorCode: The numeric 16-bit error code.
  • name: A short, human-readable name of the error.
  • description: Detailed explanation of the error.
  • category: Classification of the error type (e.g., initialization, signal, command).
  • behavior: Expected behavior or consequence when this error occurs.

This array is used by functions like getIntegroIntegratedEncoderErrorDescription to resolve a numeric error code into a structured, human-readable format.

Generated using TypeDoc