UseCaseErrorHandler

object UseCaseErrorHandler

This object is used for global handling and logging of errors that are thrown in the use case execution.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

globalOnErrorLogger
Link copied to clipboard
var globalOnErrorLogger: (Throwable) -> Unit
Lambda expression that is invoked every time when an error is propagated to the subscriber.