StorageUnavailable
class StorageUnavailable(message: String = "Storage unavailable", cause: Throwable? = null) : MeshtasticException(source)
Storage backend became unavailable during operation.
Properties
Functions
Link copied to clipboard
fun <T : MeshtasticException> T.withContext(transportIdentity: TransportIdentity? = null, operation: String? = null): T
Attach diagnostic context. Returns this for fluent use.