xg.glass SDK
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
xg.glass SDK
xgglass-core
/
com.xgglass.core
/
GlassesError
/
Unsupported
Unsupported
data
class
Unsupported
(
val
detail
:
String
)
:
GlassesError
This device/capability combination cannot perform the operation; check
DeviceCapabilities
first.
Members
Constructors
Unsupported
Link copied to clipboard
constructor
(
detail
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
detail
Link copied to clipboard
val
detail
:
String
message
Link copied to clipboard
expect
open
val
message
:
String
?