ClientResult

@Serializable(with = ClientResultPolymorphicSerializer::class)
sealed interface ClientResult : RequestResult(source)

Represents a result returned to the client.

Inheritors

Properties

Link copied to clipboard
abstract val _meta: JsonObject

The protocol reserves this result property to allow clients and servers to attach additional metadata to their responses.