ValidationStatus

sealed class ValidationStatus

Represents the validation state of an association.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

The association has failed validation and requires attention.

Link copied to clipboard

The association is awaiting user confirmation before validation can be completed.

Link copied to clipboard
data class SdkUnknown(val value: String) : ValidationStatus
Link copied to clipboard

The association has been validated and is functioning correctly.

Properties

Link copied to clipboard
abstract val value: String