error property

ArcGISException? error

The error that describes a problem encountered when displaying layers in a GeoViewController.

For your application, an error may be critical for the user's interaction with the view's data content. Depending on the type of problem encountered, you could:

  • Call Layer.retryLoad
  • Remove the layer from the ArcGISMap or ArcGISScene
  • Inspect the data
  • Check your network connection
  • Check whether an online service is experiencing problems

Implementation

ArcGISException? get error => _error.value;