Revision Date Author Comments
# 36fc261b 16-Mar-2021 Shawn McCarney <shawnmm@us.ibm.com>

regulators: Add info to WriteVerificationError

Add more information to the WriteVerificationError exception:
* Unique ID of the device where the error occurred
* Inventory path of th

regulators: Add info to WriteVerificationError

Add more information to the WriteVerificationError exception:
* Unique ID of the device where the error occurred
* Inventory path of the device where the error occurred

This information is required in order to create an error log entry based
on the exception.

Modify files that currently use WriteVerificationError to adapt to the
new constructor and get methods.

Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
Change-Id: I1e7fb321efe86b54dcd32a9752ec7465be90ad48

show more ...


# a5ef5409 01-Mar-2020 Shawn McCarney <shawnmm@us.ibm.com>

regulators: Add PMBusError/WriteVerificationError

Add the PMBusError and WriteVerificationError exception classes. These
classes will be used to implement the pmbus_write_vout_command a

regulators: Add PMBusError/WriteVerificationError

Add the PMBusError and WriteVerificationError exception classes. These
classes will be used to implement the pmbus_write_vout_command action in
the JSON config file.

New exception classes are needed because these errors are handled
differently than other exception types, such as internal errors or I2C
errors.

Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
Change-Id: I1c3b1d3f3a70060906d7f046af863065a6c436b5

show more ...