Shade
Toggle table of contents
latest
common
Target filter
common
Switch theme
Search in API
Skip to content
Shade
structures
/
inkapplications.shade.structures
/
UserError
User
Error
open
class
UserError
:
ShadeException
Thrown for errors that are caused by the user of the Shade SDK, typically a configuration error.
Inheritors
HostnameNotSetException
InvalidConfigurationException
Members
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?