|
ORE Studio 0.0.4
|
Response for an ore_import_request. More...
#include <ore_import_protocol.hpp>

Public Attributes | |
| bool | success = false |
| std::string | message |
| std::vector< ore_import_item_error > | item_errors |
| std::string | correlation_id |
| Echoed back for display and log lookup. | |
| std::string | workflow_instance_id |
| Workflow instance UUID, non-empty when the import was dispatched asynchronously via the workflow engine. | |
Response for an ore_import_request.
On partial failure (some trades rejected), success is still true and item_errors is non-empty. A false success means the saga itself failed (infrastructure error, compensation triggered).
| std::string workflow_instance_id |
Workflow instance UUID, non-empty when the import was dispatched asynchronously via the workflow engine.
When set, the import is running in the background and item_errors is always empty in this response. Use this ID to query workflow status.