MessageTimeout

data class MessageTimeout(val operation: String, val timeout: Duration, val recoveryHint: String = "No response received from mesh node. Check that the device is powered and in range.") : MeshTransportError

Constructors

Link copied to clipboard
constructor(operation: String, timeout: Duration, recoveryHint: String = "No response received from mesh node. Check that the device is powered and in range.")

Properties

Link copied to clipboard

Description of the operation that timed out (e.g., "Generic OnOff Get").

Link copied to clipboard
Link copied to clipboard

The timeout duration that was exceeded.