Fail

harness.endpoint.spec.NonBodyInputCodec$.Result$.Fail
final case class Fail(schema: OtherSchema, reason: FailureReason) extends Result[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Result[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

Inherited from:
Result
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product