ServerErrorHandler

oxygen.http.server.ServerErrorHandler
See theServerErrorHandler companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object NotHandled extends ServerErrorHandler[Nothing]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ServerErrorHandler[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
NotHandled.type

Givens

Givens

given nothing: ServerErrorHandler[Nothing]
given string: ServerErrorHandler[String]
given throwable: ServerErrorHandler[Throwable]