StreamableHttpError

class StreamableHttpError(val code: Int? = null, message: String? = null) : Exception(source)

Represents an error from the Streamable HTTP transport.

Constructors

Link copied to clipboard
constructor(code: Int? = null, message: String? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
val code: Int?

HTTP status code associated with the error, or null if unavailable

Link copied to clipboard
expect open val message: String?