ListStoresResponseRec

Response record returned by the ListStores function.

EXPORT ListStoresResponseRec := RECORD
  DATASET(StoreInfoRec)       stores;
  BOOLEAN                     has_exceptions;
  ExceptionListLayout         exceptions;
END;
stores Dataset of StoreInfoRec records containing information about each matching store
has_exceptions TRUE if any exceptions occurred during the operation
exceptions ExceptionListLayout record containing any error details