RangeCalculationFailure

data class RangeCalculationFailure(val failure: <Error class: unknown class>)

Represents an failure from a RangeCalculator.calculateRange call.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

failure

The calculation failure.

Constructors

Link copied to clipboard
constructor(failure: <Error class: unknown class>)

Properties

Link copied to clipboard
val failure: <Error class: unknown class>