RequestResult

@Serializable(with = RequestResultPolymorphicSerializer::class)
sealed interface RequestResult : WithMeta(source)

Represents the result of a request, including additional metadata.

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.