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