Companion

smithy4s.schema.ErrorSchema.Companion
trait Companion[E] extends Companion[E]

Attributes

Graph
Supertypes
trait Companion[E]
trait Has[E]
trait ShapeTag[E]
trait HasId
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

object hint

Attributes

Inherited from:
Companion
Supertypes
class Object
trait Matchable
class Any

Value members

Abstract methods

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

Concrete methods

Inherited methods

final override def getTag: ShapeTag[A]

Attributes

Definition Classes
Inherited from:
Companion
def id: ShapeId

Attributes

Inherited from:
HasId
def schema: Schema[A]

Attributes

Inherited from:
ShapeTag

Implicits

Inherited implicits

implicit val tagInstance: ShapeTag[E]

Attributes

Inherited from:
Companion