CrashException

@Serializable
data class CrashException(val exceptionType: String, val message: String?, val stackTrace: String, val causedBy: CrashException? = null)

Represents exception information captured during a crash.

Constructors

Link copied to clipboard
constructor(exceptionType: String, message: String?, stackTrace: String, causedBy: CrashException? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard