LogicMethodFailed

data class LogicMethodFailed(val callId: String, val exceptionType: String, val exceptionMessage: String?, val stackTrace: String?, val durationMs: Long)(source)

Event fired when a traced logic method fails with an exception.

Parameters

callId

Unique identifier matching the corresponding LogicMethodStart

exceptionType

Simple name of the exception class

exceptionMessage

The exception message (may be null)

stackTrace

Full stack trace string (may be null on some platforms)

durationMs

Time in milliseconds from method start to failure

Constructors

Link copied to clipboard
constructor(callId: String, exceptionType: String, exceptionMessage: String?, stackTrace: String?, durationMs: Long)

Properties

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