IncompleteReason

@Serializable
value class IncompleteReason(val value: String)

Reason a response was truncated, serialized as the raw value the API sends.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Raw reason the API sent. Must not be blank.

Functions

Link copied to clipboard
open override fun toString(): String