ExceptionThrown

@Serializable
data class ExceptionThrown(val timestamp: Timestamp, val exceptionDetails: ExceptionDetails) : RuntimeEvent(source)

Issued when exception was thrown and unhandled.

Official doc

Constructors

Link copied to clipboard
constructor(timestamp: Timestamp, exceptionDetails: ExceptionDetails)

Properties

Link copied to clipboard
Link copied to clipboard

Timestamp of the exception.