Interface ErrorReport

Represents a single error report entry loaded from error-reports-v2.json.

Error reports describe known error conditions, affected firmware versions, error codes, and suggested remedies.

Hierarchy

  • ErrorReport

Properties

errorCode: number

Numeric error code reported by the device or firmware.

errorCodeList: string

Raw list or formatted representation of associated error codes.

errorReport: string

Short, human-readable error title or summary.

explanation: string

High-level explanation intended for users or integrators.

firmwares: string[]

List of firmware identifiers where this error is known to occur.

group: string

Logical grouping or category of the error (e.g. "Communication", "Safety").

id: string

Unique identifier for this error report entry.

longForm: string

Detailed technical description of the error.

remedy: string

Recommended actions or steps to resolve the error.

v4.2: boolean

Indicates whether the error applies to firmware version 4.2.

v4.4: boolean

Indicates whether the error applies to firmware version 4.4.

v5.0: boolean

Indicates whether the error applies to firmware version 5.0.

v5.1: boolean

Indicates whether the error applies to firmware version 5.1.

Generated using TypeDoc