SomeResponse

endpoints4s.algebra.EndpointsWithCustomErrors.CallbackDocs.SomeResponse
See theSomeResponse companion object
trait SomeResponse

A wrapper type for a Response whose carried information is unknown.

This wrapper type is necessary because Scala 3 does not support writing Response[_]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type T

Value members

Abstract methods

def value: Response[T]