Failure

data class Failure<R : ResponseInfo>(error: ErrorInfo) : ServiceResponse<R>

Functions

Link copied to clipboard
fun responseOrThrow(): R

Properties

Link copied to clipboard
val error: ErrorInfo