Partial

data class Partial<P>(val result: PartialResult<P>) : SingleAPIResult<Nothing, P>

Result is partial and returns the partial values of the expected type and an exception indicating the failure.

Constructors

Link copied to clipboard
constructor(result: PartialResult<P>)

Properties

Link copied to clipboard