InputEndedUnexpectedly

io.github.vigoo.desert.DesertFailure$.InputEndedUnexpectedly
final case class InputEndedUnexpectedly() extends DesertFailure

Attributes

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

Members list

Concise view

Value members

Concrete methods

override def message: String

Human readable failure message

Human readable failure message

Attributes

Definition Classes

Inherited methods

def cause: Option[Throwable]

Exception related to the failure, if any

Exception related to the failure, if any

Attributes

Inherited from:
DesertFailure
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product