blob: 75f9a623eca6cdb772ba4a8bbc2e17fac83e8da5 [file] [log] [blame]
version: 1.0.0
errors:
- name: CableDisconnected
severity: warning
metadata:
- name: PortId
type: string
primary: true
description: The port where an expected cable is not connected.
en:
description: An expected cable is not connected.
message: An expected cable on port {PortId} is not connected.
resolution: Check and fix cable connections.
errno: ENODEV
events:
- name: CableConnected
metadata:
- name: PortId
type: string
primary: true
description: The port where an expected cable is connected.
en:
description: An expected cable is connected.
message: An expected cable on port {PortId} is connected.