Error

sttp.tapir.DecodeResult$.Error
See theError companion object
case class Error(original: String, error: Throwable) extends Failure

Any error that occurred while decoding the original value.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Failure
trait DecodeResult[Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

override def flatMap[U](f: Nothing => DecodeResult[U]): DecodeResult[U]

Attributes

Definition Classes
Inherited from:
Failure
override def map[TT](f: Nothing => TT): DecodeResult[TT]

Attributes

Definition Classes
Inherited from:
Failure
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product