blob: ee4b735393a3f64af03ed3ea9a4e171f5c537924 [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.
13 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
18 path.
19- name: InvalidVPD
20 description: VPD file is not valid. Mandatory records are missing
21 in VPD file.
22- 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.