layerErrors property
A dictionary of layers to errors for any layers that could not be taken offline.
Implementation
Map<Layer, ArcGISException> get layerErrors => _layerErrors.value;
A dictionary of layers to errors for any layers that could not be taken offline.
Map<Layer, ArcGISException> get layerErrors => _layerErrors.value;