Misconfigured

data class Misconfigured(val cause: Throwable? = null) : LocationBackendAvailability(source)

An installed implementation could not be selected or initialized.

For example, a desktop runtime may contain two location backends when exactly one is required.

Constructors

Link copied to clipboard
constructor(cause: Throwable? = null)

Properties

Link copied to clipboard

The underlying setup failure, when one is available.