diff options
Diffstat (limited to 'xyz/openbmc_project/Chassis/Common.errors.yaml')
-rw-r--r-- | xyz/openbmc_project/Chassis/Common.errors.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Chassis/Common.errors.yaml b/xyz/openbmc_project/Chassis/Common.errors.yaml new file mode 100644 index 0000000..2df3649 --- /dev/null +++ b/xyz/openbmc_project/Chassis/Common.errors.yaml @@ -0,0 +1,6 @@ +- name: UnsupportedCommand + description: > + An unsupported command was attempted. +- name: IOError + description: > + An IO error occurred. |