Failed

data class Failed(val reason: String, val cause: Throwable? = null) : RotationResult

Rotation failed due to an error.

Constructors

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

Properties

Link copied to clipboard

The underlying exception, if any.

Link copied to clipboard

Description of why rotation failed.