StatusCodes
trait StatusCodes
class Object
trait Matchable
class Any
trait Responses
trait Assets
trait BasicAuthentication
trait ChunkedEntities
trait ChunkedJsonEntities
trait Endpoints
trait JsonEntities
trait JsonCodecs
trait JsonEntitiesFromCodecs
trait JsonEntitiesFromSchemas
trait LowLevelEndpoints
trait MuxEndpoints
Type members
Types
Value members
Abstract methods
- Note:
You should use the
badRequestconstructor provided by the endpoints4s.algebra.Responses trait to ensure that errors produced by endpoints4s are consistently handled by interpreters.
- Note:
You should use the
internalServerErrorconstructor provided by the endpoints4s.algebra.Responses trait to ensure that errors produced by endpoints4s are consistently handled by interpreters.