|
ORE Studio 0.0.4
|
Response confirming change reason category deletion(s). More...
#include <change_management_protocol.hpp>

Public Member Functions | |
| std::vector< std::byte > | serialize () const |
Static Public Member Functions | |
| static std::expected< delete_change_reason_category_response, ores::utility::serialization::error_code > | deserialize (std::span< const std::byte > data) |
Public Attributes | |
| std::vector< delete_change_reason_category_result > | results |
Response confirming change reason category deletion(s).
Contains one result per requested category, indicating individual success or failure. Supports partial success in batch operations.