AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.llm
/
ChatMessage
/
ErrorMessage
Error
Message
jvm
data
class
ErrorMessage
(
val
content
:
String
?
,
val
createdAt
:
Instant
,
val
statusCode
:
Int
?
)
:
ChatMessage
(
source
)
Members
Constructors
Error
Message
Link copied to clipboard
jvm
constructor
(
content
:
String
?
,
createdAt
:
Instant
,
statusCode
:
Int
?
)
Properties
content
Link copied to clipboard
jvm
open
override
val
content
:
String
?
created
At
Link copied to clipboard
jvm
open
override
val
createdAt
:
Instant
status
Code
Link copied to clipboard
jvm
val
statusCode
:
Int
?