EntityStatus

data class EntityStatus(val error: Either<Any, EntityStatusErrorProperties>? = null, val state: EntityStatusState? = null)

Constructors

Link copied to clipboard
constructor(error: Either<Any, EntityStatusErrorProperties>? = null, state: EntityStatusState? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val error: Either<Any, EntityStatusErrorProperties>? = null
Link copied to clipboard