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?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

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