InternalFailure

class InternalFailure constructor(val top: Double, val left: Double, val bottom: Double, val right: Double, val message: String = "Cannot obtain a region for coordinates: top = ") : RegionCalculationFailure

Unexpected internal failure has occurred when calculating region.

Constructors

Link copied to clipboard
constructor(top: Double, left: Double, bottom: Double, right: Double, message: String = "Cannot obtain a region for coordinates: top = ")

Inherited properties

Link copied to clipboard

The bottom coordinate that caused the failure.

Link copied to clipboard

The left coordinate that caused the failure.

Link copied to clipboard

Failure message.

Link copied to clipboard

The right coordinate that caused the failure.

Link copied to clipboard
val top: Double

The top coordinate that caused the failure.