blob: cb775ae88ebf87c23724e9e02bccedbfcb2fe328 [file] [log] [blame]
Lei YUe0e9aed2018-07-13 14:04:16 +08001- name: NotAllowed
2 inherits:
Patrick Williamsf1260d32022-04-29 14:24:26 -05003 - xyz.openbmc_project.Common.NotAllowed
Lei YUe0e9aed2018-07-13 14:04:16 +08004 meta:
Patrick Williamsf1260d32022-04-29 14:24:26 -05005 - str: "OWNER=%s"
6 type: string
7 - str: "SYNC_METHOD=%s"
8 type: string
Lei YUe0e9aed2018-07-13 14:04:16 +08009- name: Failed
10 inherits:
Patrick Williamsf1260d32022-04-29 14:24:26 -050011 - xyz.openbmc_project.Common.InternalFailure
Lei YUe0e9aed2018-07-13 14:04:16 +080012 meta:
Patrick Williamsf1260d32022-04-29 14:24:26 -050013 - str: "REASON=%s"
14 type: string