Source set: Common
@ComposeToolingApi
public interface RecomposerErrorInformation
Read only information about Recomposer error state.
Properties
cause
Source set: Common
public val cause: Throwable
Exception which forced recomposition to halt.
isRecoverable
Source set: Common
public val isRecoverable: Boolean
Whether composition can recover from the error by itself. If the error is not recoverable, recomposer will not react to invalidate calls until state is reloaded.