MCP Kotlin SDK
Toggle table of contents
0.7.0
common
Platform filter
common
Switch theme
Search in API
MCP Kotlin SDK
kotlin-sdk-client
/
io.modelcontextprotocol.kotlin.sdk.client
/
StreamableHttpError
Streamable
Http
Error
class
StreamableHttpError
(
val
code
:
Int
?
=
null
,
message
:
String
?
=
null
)
:
Exception
(
source
)
Error class for Streamable HTTP transport errors.
Members
Constructors
Streamable
Http
Error
Link copied to clipboard
constructor
(
code
:
Int
?
=
null
,
message
:
String
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
?
=
null
message
Link copied to clipboard
open
val
message
:
String
?