OpenError

kantan.codecs.resource.ResourceError.OpenError
See theOpenError companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
OpenError.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

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def apply(msg: String): OpenError

Attributes

Inherited from:
ErrorCompanion
def apply(cause: Throwable): OpenError

Attributes

Inherited from:
ErrorCompanion
def apply(msg: String, cause: Throwable): OpenError

Attributes

Inherited from:
ErrorCompanion
def safe[A](a: => A): Either[OpenError, 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

Implicits

Inherited implicits

implicit val isError: IsError[OpenError]

Attributes

Inherited from:
ErrorCompanion