Failure

data class Failure(val error: MapUpdateError) : DownloadResult

Indicates that the download operation failed with an error.

Since

0.0.86

Constructors

Link copied to clipboard
constructor(error: MapUpdateError)

Properties

Link copied to clipboard

The specific error that caused the download to fail