CLI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CLI
clackt
/
net.stephcraft.clackt
/
ErrorBoundaryContext
Error
Boundary
Context
data
class
ErrorBoundaryContext
(
var
title
:
String
,
var
errorDetails
:
Widget
?
=
null
)
Members
Constructors
Error
Boundary
Context
Link copied to clipboard
constructor
(
title
:
String
,
errorDetails
:
Widget
?
=
null
)
Properties
error
Details
Link copied to clipboard
var
errorDetails
:
Widget
?
title
Link copied to clipboard
var
title
:
String