layerErrors property

Map<Layer, ArcGISException> layerErrors

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

Implementation

Map<Layer, ArcGISException> get layerErrors => _layerErrors.value;