SlideWithoutElements

declslides.domain.DomainError.SlideWithoutElements
final case class SlideWithoutElements(title: String)

A slide must contain at least one element (paragraph, bullet list, code block, image, or spacer).

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