http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-ai-anthropic
/
org.http4k.connect.anthropic.action
/
BatchResult
/
Errored
Errored
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"errored"
)
data
class
Errored
(
val
error
:
Map
<
String
,
Any
>
=
emptyMap()
)
:
BatchResult
(
source
)
Members
Constructors
Errored
Link copied to clipboard
constructor
(
error
:
Map
<
String
,
Any
>
=
emptyMap()
)
Properties
error
Link copied to clipboard
val
error
:
Map
<
String
,
Any
>