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

JsonPathSyntaxException

class JsonPathSyntaxException(val position: Int, message: String, cause: Throwable? = null) : JsonPathParseException

Exception to indicate that there a syntax error in the provided JsonPath string which could not be parsed successfully.

The message will contain additional information about what was expected

Constructors

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

Properties

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