DecodeError

kantan.codecs.strings.DecodeError
See theDecodeError companion class

Attributes

Companion
class
Source
DecodeError.scala
Graph
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Inherited methods

def apply(msg: String): DecodeError

Attributes

Inherited from:
ErrorCompanion
Source
Error.scala
def apply(cause: Throwable): DecodeError

Attributes

Inherited from:
ErrorCompanion
Source
Error.scala
def apply(msg: String, cause: Throwable): DecodeError

Attributes

Inherited from:
ErrorCompanion
Source
Error.scala
def safe[A](a: => A): Either[DecodeError, A]

Attempts to evaluate the specified argument, wrapping errors in a T.

Attempts to evaluate the specified argument, wrapping errors in a T.

Attributes

Inherited from:
ErrorCompanion
Source
Error.scala

Implicits

Inherited implicits

implicit val isError: IsError[DecodeError]

Attributes

Inherited from:
ErrorCompanion
Source
Error.scala