http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-mcp-core
/
org.http4k.ai.mcp.protocol.messages
/
URLElicitationRequiredError
URLElicitation
Required
Error
@
JsonSerializable
data
class
URLElicitationRequiredError
(
val
elicitations
:
List
<
McpElicitations.Request.Params.Url
>
,
val
message
:
String
)
:
ErrorMessage
(
source
)
Members
Constructors
URLElicitation
Required
Error
Link copied to clipboard
constructor
(
elicitations
:
List
<
McpElicitations.Request.Params.Url
>
,
message
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
open
val
code
:
Int
elicitations
Link copied to clipboard
val
elicitations
:
List
<
McpElicitations.Request.Params.Url
>
message
Link copied to clipboard
open
override
val
message
:
String
Functions
data
Link copied to clipboard
open
override
fun
<
NODE
>
data
(
json
:
Json
<
NODE
>
)
:
NODE
invoke
Link copied to clipboard
operator
fun
<
NODE
>
invoke
(
json
:
Json
<
NODE
>
)
:
NODE
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String