ServerErrorHandler

oxygen.http.server.ServerErrorHandler
See theServerErrorHandler companion object
trait ServerErrorHandler[+A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NotHandled

Members list

Value members

Abstract methods

def wrapDeath(error: Throwable, exposeInternalErrors: Boolean): Option[A]
def wrapDecodingFailure(error: DecodingFailure): Option[A]