ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
delete_change_reason_response Struct Referencefinal

Response confirming change reason deletion(s). More...

#include <change_management_protocol.hpp>

Collaboration diagram for delete_change_reason_response:
Collaboration graph

Public Member Functions

std::vector< std::byte > serialize () const
 

Static Public Member Functions

static std::expected< delete_change_reason_response, ores::utility::serialization::error_code > deserialize (std::span< const std::byte > data)
 

Public Attributes

std::vector< delete_change_reason_resultresults
 

Detailed Description

Response confirming change reason deletion(s).

Contains one result per requested reason, indicating individual success or failure. Supports partial success in batch operations.