|
onboardapi
9.10.0
by Rheinmetall
|
Report an error entry. More...
Public Member Functions | |
| ReportEntry () | |
| ReportEntry (std::string const &KeyId, M_ErrorMemory::ErrorEntryType const &Value, bool IsRemoved) | |
Public Attributes | |
| std::string | KeyId |
| Identifies the key of the error entry. More... | |
| M_ErrorMemory::ErrorEntryType | Value |
| Error entry. More... | |
| bool | IsRemoved |
Report an error entry.
| M_ErrorMemory::ReportEntry::ReportEntry | ( | ) |
| M_ErrorMemory::ReportEntry::ReportEntry | ( | std::string const & | KeyId, |
| M_ErrorMemory::ErrorEntryType const & | Value, | ||
| bool | IsRemoved | ||
| ) |
| bool M_ErrorMemory::ReportEntry::IsRemoved |
Indicates if the entry is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners.
| std::string M_ErrorMemory::ReportEntry::KeyId |
Identifies the key of the error entry.
| M_ErrorMemory::ErrorEntryType M_ErrorMemory::ReportEntry::Value |
Error entry.