tableErrors property

Map<FeatureTable, ArcGISException> tableErrors

A dictionary of tables to errors for any tables that could not be taken offline.

Implementation

Map<FeatureTable, ArcGISException> get tableErrors => _tableErrors.value;