DbFlowStalledException

Signals that a database-backed Flow never produced its first value, i.e. the Room pool is not serving queries.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

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