Lightweight error payload returned by no-throw APIs. More...
#include <core.hpp>
Public Attributes | |
| Status | status = Status::ok |
| std::string | message |
Lightweight error payload returned by no-throw APIs.
status is intentionally coarse; message keeps the detailed Rust/C++ diagnostic suitable for logs or UI display.
| Status copp::ErrorInfo::status = Status::ok |