Partial

data class Partial<T, P>(val result: ListAPIResult.ListPartialResult<T, P>) : ListAPIResult<T, P>

Result is partial and returns a list of mixed success and partial results and an exception for each partial result indicating the failure.

Constructors

Link copied to clipboard
constructor(result: ListAPIResult.ListPartialResult<T, P>)

Properties

Link copied to clipboard