DecodeFailure

krop.route.DecodeFailure
final case class DecodeFailure(input: String | Seq[String], description: String)

Represents a failure to decode a value

Value parameters

description

A description of what was expected from the input. By convention this is the name of the type we expected to decode to.

input

The input that we attempted to decode.

Attributes

Source
DecodeFailure.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
DecodeFailure.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product