SunnySrivastava1984 | 26ff1c8 | 2020-02-26 05:48:39 -0600 | [diff] [blame] | 1 | - 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. |
SunnySrivastava1984 | 2eba3cb | 2020-08-18 08:14:08 -0500 | [diff] [blame] | 11 | - 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. |
SunnySrivastava1984 | 9c5f64a | 2020-08-24 02:00:00 -0500 | [diff] [blame] | 16 | - 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. |