ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
ore_import_item_error Struct Reference

Error for a single item within an ORE import. More...

#include <ore_import_protocol.hpp>

Collaboration diagram for ore_import_item_error:
Collaboration graph

Public Attributes

std::string source_file
 Relative path within the unpacked ORE directory.
 
std::string item_id
 Trade ID, ISO code, series key, etc.
 
std::string message
 Human-readable error from the downstream service.
 

Detailed Description

Error for a single item within an ORE import.

Carries the exact source file and item identifier so the client can present the user with a precise failure location (e.g. "trades.xml / trade-0042").