InvalideEvent

dev.cheleb.scalamigen.InvalideEvent
final case class InvalideEvent(errorMessage: String) extends ValidationEvent

The event emitted when the validation is unsuccessful.

Value parameters

errorMessage

The error message.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product