MimiApplicatorResult

Defines the result of a Applicator application attempt.

Since

10.0.0

Inheritors

Types

Link copied to clipboard
data class Failure(val reason: String? = null) : MimiApplicatorResult

The Applicator failed to apply the value to the processing system.

Link copied to clipboard

The Applicator successfully applied the value to the processing system.