10#ifndef FCF_DEVMGR_DEVICE_MAXIS_HW_ERRORS_HPP
11#define FCF_DEVMGR_DEVICE_MAXIS_HW_ERRORS_HPP
13#include <unordered_map>
29 const std::unordered_map<short, std::string>
hw_errors = {
@ HW_SUCCESS
Definition: maxisHwErrors.hpp:20
@ HW_ERR_INCONSISTENT
Definition: maxisHwErrors.hpp:23
@ HW_ERR_DISABLE_FAILURE
Definition: maxisHwErrors.hpp:26
@ HW_ERR_INIT_FAILURE
Definition: maxisHwErrors.hpp:24
@ HW_ERR_WRONG_CMD
Definition: maxisHwErrors.hpp:22
@ HW_ERR_ENABLE_FAILURE
Definition: maxisHwErrors.hpp:25
@ HW_ERR_HW_NOT_OP
Definition: maxisHwErrors.hpp:21
const std::unordered_map< short, std::string > hw_errors
Definition: maxisHwErrors.hpp:29
Definition: actionMgr.cpp:29