tableErrors property

Map<FeatureTable, ArcGISException> tableErrors

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

Iterate through the dictionary and examine the error strings to determine why the tables failed to be taken offline.

Implementation

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