cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
core
/
app.softwork.cikraft.core
/
Script
/
Error
Error
@
Serializable
data
class
Error
(
val
packageName
:
String
,
val
name
:
String
,
val
outputs
:
Set
<
Script.Output
>
,
val
documentation
:
String
?
=
null
)
(
source
)
Members
Constructors
Error
Link copied to clipboard
constructor
(
packageName
:
String
,
name
:
String
,
outputs
:
Set
<
Script.Output
>
,
documentation
:
String
?
=
null
)
Properties
body
Output
Link copied to clipboard
val
bodyOutput
:
Script.Body
documentation
Link copied to clipboard
val
documentation
:
String
?
name
Link copied to clipboard
val
name
:
String
outputs
Link copied to clipboard
val
outputs
:
Set
<
Script.Output
>
package
Name
Link copied to clipboard
val
packageName
:
String