Error

= 16, The layer in the view has an unrecoverable error. When the status is LayerViewStatus.Error, the layer cannot be rendered in the view. For example, it may have failed to load, be an unsupported layer type or contain invalid data.

The LayerViewState.error property will provide more details about the specific problem which was encountered. Depending on the type of problem, you could:

  • Call Layer.retryLoad()

  • Remove the layer from the ArcGISMap or ArcGISScene

  • Inspect the data

Since

200.1.0