IsError

kantan.codecs.error.IsError
See theIsError companion trait
object IsError

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IsError.type

Members list

Value members

Concrete methods

def apply[A](implicit ev: IsError[A]): IsError[A]

Summons an implicit instance of IsError[A] if one is found in scope, fails compilation otherwise.

Summons an implicit instance of IsError[A] if one is found in scope, fails compilation otherwise.

Attributes

Implicits

Implicits

Default instance for Exception.

Default instance for Exception.

Attributes