TrckrConversionException

class TrckrConversionException(eventName: String, parameterName: String, value: Any?) : TrckrException

Trckr library exception that can be thrown by tracker during conversion process.

It indicates that no suitable converters found and one of parameters can't be converted.

Constructors

Link copied to clipboard
constructor(eventName: String, parameterName: String, value: Any?)

Functions

Link copied to clipboard
open override fun toString(): String