19 #ifndef UNITY_SCOPES_OPERATIONINFO_H
20 #define UNITY_SCOPES_OPERATIONINFO_H
34 class OperationInfoImpl;
58 InaccurateLocationData,
62 LastInfoCode_ = SettingsProblem
106 std::unique_ptr<internal::OperationInfoImpl> p;
std::string message() const
Get the message string.
Definition: OperationInfo.cpp:67
OperationInfo(InfoCode code)
Create OperationInfo with the given info code.
Definition: OperationInfo.cpp:28
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