ExceptionThrownParameter

@Serializable
data class ExceptionThrownParameter(val timestamp: Double, val exceptionDetails: Runtime.ExceptionDetails)

Issued when exception was thrown and unhandled.

Constructors

Link copied to clipboard
constructor(timestamp: Double, exceptionDetails: Runtime.ExceptionDetails)

Properties

Link copied to clipboard

Timestamp of the exception.