Target filter
Search Kotlin docs
  • Back
  • Tealium Prism Kotlin SDK Reference
core/com.tealium.prism.core.api.command/CommandException

CommandException

class CommandException(message: String? = null, cause: Throwable? = null) : TealiumException

Represents a failure that occurred during Command execution.

Constructors

CommandException
Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)

Types

Companion
Link copied to clipboard
object Companion

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