blob: a69e8c18ae1b4d0f49401231a085ed3aad0bb0ba [file] [log] [blame]
SunnySrivastava198426ff1c82020-02-26 05:48:39 -06001- name: LocationNotFound
2 description: Location is not found.
3- name: NodeNotFound
4 description: Node number is not found.
5- name: PathNotFound
6 description: Inventory path is not found.
7- name: RecordNotFound
8 description: Record not found.
9- name: KeywordNotFound
10 description: Keyword is not found.
SunnySrivastava19842eba3cb2020-08-18 08:14:08 -050011- name: BlankSystemVPD
12 description: System VPD is blank on both hardware and cache.
Patrick Williams8da396c2022-03-14 14:21:02 -050013 On IBM systems, certain VPD data must be available
14 for the system to boot. This error is used to
15 indicate that no valid data was found by the BMC.
SunnySrivastava19849c5f64a2020-08-24 02:00:00 -050016- name: InvalidEepromPath
17 description: EEPROM path is invalid. Parser failed to access the
Patrick Williams8da396c2022-03-14 14:21:02 -050018 path.
SunnySrivastava19849c5f64a2020-08-24 02:00:00 -050019- name: InvalidVPD
20 description: VPD file is not valid. Mandatory records are missing
Patrick Williams8da396c2022-03-14 14:21:02 -050021 in VPD file.
SunnySrivastava19849c5f64a2020-08-24 02:00:00 -050022- name: EccCheckFailed
23 desciption: Invalid VPD data. Ecc check for the data failed.
24- name: InvalidJson
25 description: Invalid Json file.
26- name: DbusFailure
27 description: DBus error occurred.