InvalidResponse

data class InvalidResponse(val exception: Exception) : UpdateEvent

The update request returned invalid responsea from the server.

Constructors

Link copied to clipboard
constructor(exception: Exception)

Properties

Link copied to clipboard
val exception: Exception

The exception that occurred.