Transport

class Transport(val detail: String, cause: Throwable? = null) : GlassesError

Device- or link-level failure.

detail is diagnostic text for logs, not end-user UI. cause carries the underlying throwable when available.

Constructors

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

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
expect open val message: String?