IncompleteDetails

@Serializable
class IncompleteDetails(val reason: IncompleteReason? = null)

Why a ResponseStatus.INCOMPLETE response stopped short.

Constructors

Link copied to clipboard
constructor(reason: IncompleteReason? = null)

Properties

Link copied to clipboard

What truncated the response; see IncompleteReason.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String