Warning

= 32, The layer in the view has encountered an error which may be temporary. When the status is LayerViewStatus.Warning, the layer may still be displayed in the view. It is possible for the status to be both LayerViewStatus.Active and LayerViewStatus.Warning.

A warning status indicates that the layer has encountered a problem but may still be usable. For example, some tiles or features may be failing to load due to network failure or server error.

You should be aware that when a LayerViewStatus.Warning is received, the layer may not be showing all data or it may be showing data which is not up-to-date.

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

  • Check your network connection

  • Check whether an online service is experiencing problems

Since

200.1.0