Error

clam.readers.ReaderApi.Reader$.Result$.Error
final case class Error(message: String) extends Result[Nothing]

Members list

Concise view

Value members

Inherited methods

def flatMap[B](fn: Nothing => Result[B]): Result[B]

Attributes

Inherited from:
Result
def map[B](fn: Nothing => B): Result[B]

Attributes

Inherited from:
Result
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product