BlocError

class BlocError(message: String, cause: Throwable? = null) : Exception

Generic error type for use with Cubit.addError / Bloc.addError when no domain-specific error type exists.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?