Why have two cases at all then? `class Response&lt...
# announcements
d
Why have two cases at all then?
class Response<out T>(val payload: T?, val errors: List<SomeErrorClass>)
1