|
ORE Studio 0.0.4
|
Response containing telemetry log entries. More...
#include <telemetry_protocol.hpp>

Public Member Functions | |
| std::vector< std::byte > | serialize () const |
Static Public Member Functions | |
| static std::expected< get_telemetry_logs_response, ores::utility::serialization::error_code > | deserialize (std::span< const std::byte > data) |
Public Attributes | |
| bool | success = true |
| Whether the query was successful. | |
| std::vector< domain::telemetry_log_entry > | entries |
| The log entries matching the query. | |
| std::uint64_t | total_count = 0 |
| Total count of matching entries (for pagination). | |
| std::string | message |
| Error message if query failed. | |
Response containing telemetry log entries.