ApiListError

sealed class ApiListError : ErrorS1SDK

ApiListError is a sealed interface that represents the different list of errors that can occur in different scenarios.

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
data class AllErrors<T>(val cause: List<Pair<T, ErrorS1SDK>>) : ApiListError

AllErrors when the request returns more than one error.