Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.rules/UnsupportedOperatorException

UnsupportedOperatorException

class UnsupportedOperatorException(message: String, cause: Throwable?) : OperatorFailedException

Indicates that an operator was applied to an unsupported input type. Not all Condition.Operator implementations are supported for all input types.

Constructors

UnsupportedOperatorException
Link copied to clipboard
constructor(operatorId: String, dataItem: DataItem, cause: Throwable? = null)
constructor(operatorId: String, containerItem: DataItem, dataItem: DataItem, cause: Throwable? = null)
constructor(message: String, cause: Throwable?)

Properties

cause
Link copied to clipboard
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?
Generated by Dokka
(c) Tealium 2026