FitFailed

data class FitFailed(val fitId: String, val error: FittingError, val endTime: Instant) : FitEvent(source)

Terminal: the fit failed with a structured error.

Constructors

Link copied to clipboard
constructor(fitId: String, error: FittingError, endTime: Instant)

Properties

Link copied to clipboard
val endTime: Instant
Link copied to clipboard
Link copied to clipboard