AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.agent
/
AgentOutput
/
Error
Error
jvm
data
class
Error
(
val
message
:
String
,
val
type
:
AgentOutput.Error.Type
)
:
AgentOutput
(
source
)
Members
Constructors
Error
Link copied to clipboard
jvm
constructor
(
message
:
String
,
type
:
AgentOutput.Error.Type
)
Types
Type
Link copied to clipboard
jvm
enum
Type
:
Enum
<
AgentOutput.Error.Type
>
Properties
message
Link copied to clipboard
jvm
val
message
:
String
type
Link copied to clipboard
jvm
val
type
:
AgentOutput.Error.Type