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.llm
/
ChatResult
/
Failed
Failed
jvm
data
class
Failed
(
val
message
:
String
?
,
val
statusCode
:
Int
?
,
val
exception
:
Throwable
?
=
null
)
:
ChatResult
(
source
)
Members
Constructors
Failed
Link copied to clipboard
jvm
constructor
(
message
:
String
?
,
statusCode
:
Int
?
,
exception
:
Throwable
?
=
null
)
Properties
exception
Link copied to clipboard
jvm
val
exception
:
Throwable
?
message
Link copied to clipboard
jvm
val
message
:
String
?
status
Code
Link copied to clipboard
jvm
val
statusCode
:
Int
?