ServerError
data class ServerError(val code: Int, val message: String? = null, val messages: List<String>? = null) : ApiError
ServerError when the server responded with an specific error domain.
ServerError when the server responded with an specific error domain.