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