[SWDEV-531902] python docs need exception type updated (#1895)
* add parameter checks * remove AmdSmiRetryException and AMDSMI_STATUS_RETRY * remove bdf exception * revert retry exception * add parameter checks * remove AmdSmiRetryException and AMDSMI_STATUS_RETRY * remove bdf exception * revert retry exception * wip * wip * add missing error codes * wip * Updated amdsmi-py-api.md file and amdsmi_exception.py * Updated amdsmi-py-api.md file * "Deleted backup related files" * updated amdsmi_interface.py file * amdsmi_interface.py file changes * updated amdsmi_interface.py file to fix check issues * updated amdsmi-py-api.md file * Reverted AmdSmiBdfFormatException definition --------- Co-authored-by: Oosman Saeed <oossaeed@amd.com> Co-authored-by: ssaka_amdeng <SitharamMurthy.Saka@amd.com> Co-authored-by: systems-assistant[bot] <systems-assistant[bot]@users.noreply.github.com> Co-authored-by: gabrpham <Gabriel.Pham@amd.com>
This commit is contained in:
committed by
GitHub
parent
7bfccc009e
commit
eb357fcd45
@@ -156,6 +156,8 @@ static auto amdsmi_read_cper_file(const std::string &filepath) -> CperFileCtx {
|
||||
GUID_INIT(0xDC3EA0B0, 0xA144, 0x4797, 0xB9, 0x5B, 0x53, 0xFA, \
|
||||
0x24, 0x2B, 0x6E, 0x1D)
|
||||
|
||||
static amdsmi_cper_guid_t mce = CPER_NOTIFY_MCE;
|
||||
static amdsmi_cper_guid_t cmc = CPER_NOTIFY_CMC;
|
||||
static amdsmi_cper_guid_t bt = BOOT_TYPE;
|
||||
static amdsmi_cper_guid_t cr = AMD_OOB_CRASHDUMP;
|
||||
static amdsmi_cper_guid_t nonstd = AMD_GPU_NONSTANDARD_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user