loadError property

ArcGISException? loadError

The load error.

Implementation

ArcGISException? get loadError {
  return _loadError;
}