19 #ifndef UNITY_SCOPES_OPERATIONINFO_H
20 #define UNITY_SCOPES_OPERATIONINFO_H
34 class OperationInfoImpl;
58 InaccurateLocationData,
62 LastInfoCode_ = SettingsProblem
std::string message() const
Get the message string.
Definition: OperationInfo.cpp:67
Top-level namespace for all things Unity-related.
Definition: Version.h:50
OperationInfo(InfoCode code)
Create OperationInfo with the given info code.
Definition: OperationInfo.cpp:28
Definition: ActionMetadata.h:32
InfoCode
Indicates the type of / cause for the information being reported.
Definition: OperationInfo.h:52
A container for details about something of interest that occurs during the operation of a request...
Definition: OperationInfo.h:43
InfoCode code() const noexcept
Get the info code.
Definition: OperationInfo.cpp:62