|
steam-min-cpp
|
Event containing an operation result. More...
#include <events.hpp>
Public Member Functions | |
| ResultEvent (EventResult r) | |
| bool | ok () const |
| Check whether the operation succeeded. | |
| const std::string & | what () const |
| Retrieve the failure message if present. | |
Public Attributes | |
| EventResult | result |
| Result of the associated operation. | |
Event containing an operation result.
Many Steam responses are represented as a result status with optional metadata. This event type is commonly used as a base for more specific response events.