data class Error : Event<Nothing>
Error(throwable: Throwable)
val throwable: Throwable
fun toString(): String