ServerResponseError

data class ServerResponseError(val type: ServerResponseErrorType) : UniErrorEvent

Constructors

Link copied to clipboard
constructor(type: ServerResponseErrorType)

Properties

Link copied to clipboard
val type: ServerResponseErrorType

Functions

Link copied to clipboard
operator fun component1(): ServerResponseErrorType
Link copied to clipboard
fun copy(type: ServerResponseErrorType): UniErrorEvent.ServerResponseError