TealiumPrism
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
TealiumPrism
core
/
com.tealium.prism.core.api.rules
/
MissingDataItemException
Missing
Data
Item
Exception
class
MissingDataItemException
(
message
:
String
=
"DataItem not found."
)
:
OperatorFailedException
Indicates that the
DataItem
was not found whilst evaluating the
Condition.operator
Members
Constructors
Missing
Data
Item
Exception
Link copied to clipboard
constructor
(
message
:
String
=
"DataItem not found."
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?