Lines Matching refs:error_code
8 enum error_code enum
53 {error_code::FILE_NOT_FOUND, "File does not exist."},
54 {error_code::FILE_ACCESS_ERROR, "Failed to access the file."},
55 {error_code::EMPTY_FILE, "Empty file."},
56 {error_code::INVALID_JSON,
58 {error_code::MISSING_FLAG,
60 {error_code::MISSING_ACTION_TAG,
62 {error_code::FRU_PATH_NOT_FOUND, "The FRU path is not found in the JSON."},
63 {error_code::JSON_PARSE_ERROR, "Error while parsing JSON file."},
64 {error_code::INVALID_INPUT_PARAMETER,
66 {error_code::JSON_MISSING_GPIO_INFO, "JSON missing required GPIO info."},
67 {error_code::JSON_MISSING_SERVICE_NAME,
69 {error_code::REDUNDANT_PATH_NOT_FOUND, "No redundant path for the FRU."},
70 {error_code::ERROR_GETTING_REDUNDANT_PATH,
72 {error_code::NO_EEPROM_PATH, "EEPROM path not found."},
73 {error_code::DEVICE_NOT_PRESENT,
75 {error_code::DEVICE_PRESENCE_UNKNOWN, "Exception on presence line GPIO."},
76 {error_code::GPIO_LINE_EXCEPTION, "There was an exception in GPIO line."},
77 {error_code::ERROR_PROCESSING_SYSTEM_CMD,
79 {error_code::KEYWORD_NOT_FOUND, "Keyword not found"},
80 {error_code::OUT_OF_BOUND_EXCEPTION, "Out of bound error"},
81 {error_code::UNSUPPORTED_VPD_TYPE, "This VPD type is not supported"},
82 {error_code::STANDARD_EXCEPTION, "Standard Exception thrown"},
83 {error_code::FILE_SYSTEM_ERROR, "File system error."},
84 {error_code::INVALID_KEYWORD_LENGTH, "Invalid keyword length."},
85 {error_code::INVALID_VALUE_READ_FROM_DBUS, "Invalid value read from DBus"},
86 {error_code::RECORD_NOT_FOUND, "Record not found."},
87 {error_code::FAILED_TO_DETECT_LOCATION_CODE_TYPE,
89 {error_code::DBUS_FAILURE, "Dbus call failed"},
90 {error_code::RECEIVED_INVALID_KWD_TYPE_FROM_DBUS,
92 {error_code::POPEN_FAILED, "popen failed"},
93 {error_code::INVALID_HEXADECIMAL_VALUE_LENGTH,
95 {error_code::INVALID_HEXADECIMAL_VALUE, "Invalid hexadecimal value."},
96 {error_code::INVALID_INVENTORY_PATH, "Invalid inventory path."}};