Failed

data class Failed<T>(val newValue: T?, val cause: Exception) : ProcessingParameterUpdateState<T>

The update failed to be applied (or loaded, if applicable).

Parameters

newValue

The new value that was attempted to be applied. It will be null if the update failed before the new value is obtained; (for example, due to a ProcessingParameterDataSourceException).

Constructors

Link copied to clipboard
constructor(newValue: T?, cause: Exception)

Properties

Link copied to clipboard
Link copied to clipboard
val newValue: T?