EntityNotRegistered

data class EntityNotRegistered(val entity: Entity) : ProtocolError

Error raised when the Protocol tries to communicate with an entity that is not registered.

Constructors

Link copied to clipboard
constructor(entity: Entity)

Properties

Link copied to clipboard