ErrorHandler

Provides ErrorHandler utilities.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def coalesce(handlers: Seq[ErrorHandler]): ErrorHandler

Composes error handlers using tail handlers as fallbacks.

Composes error handlers using tail handlers as fallbacks.

Value Params
handlers

error handlers

Composes one handler with more handlers using more as fallbacks.

Composes one handler with more handlers using more as fallbacks.

Value Params
more

additional error handlers

one

error handler