tableErrors property
A dictionary of tables to errors for any tables that could not be taken offline.
Implementation
Map<FeatureTable, ArcGISException> get tableErrors => _tableErrors.value;
A dictionary of tables to errors for any tables that could not be taken offline.
Map<FeatureTable, ArcGISException> get tableErrors => _tableErrors.value;