#include <icy/diagnosticmanager.h>Inherits:
State
State definitions for diagnostic providers.
| Return | Name | Description |
|---|---|---|
std::string | str const inline | Returns a human-readable string for the given state ID. |
const inline
inline std::string str(unsigned int id) constReturns a human-readable string for the given state ID.
id A DiagnosticState::Type value.State name string.
std::logic_error for unknown IDs.| Name | Description |
|---|---|
Type |
enum Type| Value | Description |
|---|---|
None | |
Checking | |
Passed | |
Failed |