Layer.GetLastError Method
Gets the error message for the last error that occurred within the layer.
GetLastError()
Gets the error message for the last error that occurred within the layer.Syntax
public System.String GetLastError ()
Remarks
Whenever an error occurs within a layer, and the DisableOnError flag is set, the actual error messages will be stored internally by the layer, to be retrieved with this method. The error will be cleared when the layer is re-enabled.
So if you listen to the EnabledChanged event, you can check this method. If it returns a non-empty string, the layer was turned off due to an error, and you should probably send a message to the GUI thread to update the GUI accordingly and notify the user.
Platforms
Windows, Linux, Android