#
6326b04e |
| 21-Mar-2022 |
Ramesh Iyyar <rameshi1@in.ibm.com> |
Delete: Add InsufficientPermission error
- The object may not be allowed to delete due to insufficient permission for example, the object might be created by the system, and the user may not hav
Delete: Add InsufficientPermission error
- The object may not be allowed to delete due to insufficient permission for example, the object might be created by the system, and the user may not have permission to delete it.
Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: Ib662bc275cb091ec41b701faa9aad65b2ae6c6fc
show more ...
|
#
e5899eb5 |
| 27-Jul-2021 |
Ramesh Iyyar <rameshi1@in.ibm.com> |
DeleteAll and Delete: Added additional errors
The system or object may not be in a state to delete the object either "permanently" or "temporarily" so the added errors can be used accordingly by the
DeleteAll and Delete: Added additional errors
The system or object may not be in a state to delete the object either "permanently" or "temporarily" so the added errors can be used accordingly by the object implementor.
- xyz.openbmc_project.Common.Error.NotAllowed - If the object cannot be deleted permanently. - xyz.openbmc_project.Common.Error.Unavailable - If the object cannot be deleted temporarily.
Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: I1896dba4b936c263880244ee0f8b5248298ab5d1
show more ...
|
#
b1b4d261 |
| 05-Jun-2021 |
William A. Kennington III <wak@google.com> |
treewide: Create yaml directory
This allows the propagated yamldir paramter to work correctly in subproject style builds. We don't want other files in the project conflicting with tools that scan th
treewide: Create yaml directory
This allows the propagated yamldir paramter to work correctly in subproject style builds. We don't want other files in the project conflicting with tools that scan the yamldir.
Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|