Home
last modified time | relevance | path

Searched refs:LogParseError (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp1345 enum class LogParseError enum
1352 static LogParseError fillEventLogEntryJson( in fillEventLogEntryJson()
1361 return LogParseError::parseFailed; in fillEventLogEntryJson()
1368 return LogParseError::parseFailed; in fillEventLogEntryJson()
1379 return LogParseError::parseFailed; in fillEventLogEntryJson()
1389 return LogParseError::messageIdNotInRegistry; in fillEventLogEntryJson()
1400 return LogParseError::parseFailed; in fillEventLogEntryJson()
1426 return LogParseError::success; in fillEventLogEntryJson()
1596 LogParseError status = in handleSystemsLogServiceEventLogLogEntryCollection()
1598 if (status == LogParseError::messageIdNotInRegistry) in handleSystemsLogServiceEventLogLogEntryCollection()
[all …]