logging / net.corda.common.logging / kotlin.Throwable

Extensions for kotlin.Throwable

errorCode

fun Throwable.errorCode(hashedFields: (Throwable) -> Array<out Any?> = Throwable::defaultHashedFields): String

errorCodeLocationUrl

fun Throwable.errorCodeLocationUrl(): String

walkExceptionCausedByList

fun Throwable.walkExceptionCausedByList(): Iterator<Throwable>