ErrorAltPicker

final class ErrorAltPicker[E](alts: Vector[Alt[Schema, E, _]])

Utility class to help find the best alternative out of a error union type. This is useful when deserializing on the client side of a request/ response round trip.

Value parameters:
alts

alternatives of the error union to choose from

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods