TrackException

data class TrackException(val message: String?, val severity: Exception.Severity, val cause: String)

Constructors

Link copied to clipboard
constructor(message: String?, severity: Exception.Severity, cause: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val severity: Exception.Severity