LoopIncompatibleNodeTypeFlowValidationDetails

Details about a flow that contains an incompatible node in a DoWhile loop.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The node that's incompatible in the DoWhile loop.

Link copied to clipboard

The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.

Link copied to clipboard

The Loop container node that contains an incompatible node.

Functions

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