TotalDecoder

smithy4s.http.Metadata$.TotalDecoder
See theTotalDecoder companion object
trait TotalDecoder[A]

Reads metadata and produces a value. Cannot be produced implicitly from a schema, as the required information is not available at the typelevel.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def decode(metadata: Metadata): Either[MetadataError, A]