MissingDataItemException

class MissingDataItemException(message: String = "DataItem not found.") : OperatorFailedException

Indicates that the DataItem was not found whilst evaluating the Condition.operator

Constructors

Link copied to clipboard
constructor(message: String = "DataItem not found.")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?