data class NetworkError : InternalError
NetworkError(code: Int, type: String, description: String, endpoint: String) |
val code: Int |
|
val description: String |
|
val endpoint: String |
|
val type: String |
fun toClientError(): ClientError |
fun <T> fromResponse(response: Response<T>): NetworkError |