toggle menu
arc-agent-client
0.120.0
jvm
switch theme
search in API
arc-agent-client
/
ai.ancf.lmos.arc.agent.client.graphql
/
ErrorMessage
Error
Message
@
Serializable
@
SerialName
(
value
=
"error"
)
data
class
ErrorMessage
(
val
id
:
String
,
val
payload
:
List
<
ErrorPayloadMessage
>
)
:
ServerMessage
Members
Constructors
Error
Message
Link copied to clipboard
constructor
(
id
:
String
,
payload
:
List
<
ErrorPayloadMessage
>
)
Properties
id
Link copied to clipboard
val
id
:
String
payload
Link copied to clipboard
val
payload
:
List
<
ErrorPayloadMessage
>