ErrorConverter

oxygen.http.server.ErrorConverter
trait ErrorConverter[A, B]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def convert(error: A): Either[Throwable, B]