Failed

data class Failed(val error: Throwable) : KmlRefreshStatus

This event is raised when a KML node refresh fails.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(error: Throwable)

Properties

Link copied to clipboard

the Throwable encountered when refreshing.