Packages

object DecodeError extends ErrorCompanion[DecodeError]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DecodeError
  2. ErrorCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(msg: String): DecodeError
    Definition Classes
    ErrorCompanion
  2. def apply(cause: Throwable): DecodeError
    Definition Classes
    ErrorCompanion
  3. def apply(msg: String, cause: Throwable): DecodeError
    Definition Classes
    ErrorCompanion
  4. implicit val isError: IsError[DecodeError]
    Definition Classes
    ErrorCompanion
  5. 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.

    Definition Classes
    ErrorCompanion