kantan.codecs.error.IsError
See theIsError companion object
Type class for types that can be used as errors.
This is mostly meant to work in conjunction with Error, and lets code that deals with errors turn them into values of the right error type.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Serializable
class Object
trait Matchable
class Any
-
Self type
-
Members list
Creates a new instance of E
from an error message and exception.
Creates a new instance of E
from an error message and exception.
Attributes
Creates a new instance of E
from an error message.
Creates a new instance of E
from an error message.
Attributes
Creates a new instance of E
from an exception.
Creates a new instance of E
from an exception.
Attributes
Safely evaluates the specified argument, wrapping errors in a E
.
Safely evaluates the specified argument, wrapping errors in a E
.
Attributes