InternalError

data class InternalError(val type: InternalErrorType) : UniErrorEvent

Constructors

Link copied to clipboard
constructor(type: InternalErrorType)

Properties

Link copied to clipboard
val type: InternalErrorType

Functions

Link copied to clipboard
operator fun component1(): InternalErrorType
Link copied to clipboard
fun copy(type: InternalErrorType): UniErrorEvent.InternalError