FlowValidation

Contains information about validation of the flow.

This data type is used in the following API operations:

Types

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

Properties

Link copied to clipboard

Specific details about the validation issue encountered in the flow.

Link copied to clipboard

A message describing the validation error.

Link copied to clipboard

The severity of the issue described in the message.

Link copied to clipboard

The type of validation issue encountered in the flow.

Functions

Link copied to clipboard
inline fun copy(block: FlowValidation.Builder.() -> Unit = {}): FlowValidation
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