EmptyBulletItem

declslides.domain.DomainError.EmptyBulletItem
final case class EmptyBulletItem(index: Int)

A bullet item must have non-empty text.

Attributes

Members list

Value members

Inherited methods

def message: String

Returns a human-readable explanation of the validation problem.

Returns a human-readable explanation of the validation problem.

Attributes

Inherited from:
DomainError
def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product