FlowStatus

sealed class FlowStatus

Represents the final outcome status of a wide event.

Inheritors

Types

Link copied to clipboard
data object Cancelled : FlowStatus

The operation was cancelled by the user

Link copied to clipboard
data class Failure(val reason: String) : FlowStatus

The operation failed

Link copied to clipboard
data object Success : FlowStatus

The operation completed successfully

Link copied to clipboard
data object Unknown : FlowStatus

The final status could not be determined