ErrorMsg

final case class ErrorMsg(value: String)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def modMsg(f: String => String): ErrorMsg
def throwException(): Nothing
def withPrefix(s: String): ErrorMsg

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields