LogicMethodFailed
constructor(callId: String, exceptionType: String, exceptionMessage: String?, stackTrace: String?, durationMs: Long)(source)
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