Timeout

data class Timeout(val operation: String) : GlassesError

The named operation exceeded its deadline; retrying is reasonable.

Constructors

Link copied to clipboard
constructor(operation: String)

Properties

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