pub trait DataQueryError: Error { fn ref_id(self) -> String; }
Error supertrait used in DataService::query_data.
DataService::query_data
Return the ref_id of the incoming query to which this error corresponds.
ref_id
This allows the SDK to align queries up with any failed requests.