Errorable

smithy4s.Errorable
See theErrorable companion object
trait Errorable[E]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

def error: UnionSchema[E]
def liftError(throwable: Throwable): Option[E]
def unliftError(e: E): Throwable

Concrete methods

Transforms the local hints of each alternative.

Transforms the local hints of each alternative.

Attributes

Transforms the hints of each alternative, transitively.

Transforms the hints of each alternative, transitively.

Attributes