stackTraceToString

Platform and version requirements: JVM (1.4), JS (1.4), Native (1.4)
fun Throwable.stackTraceToString(): String

Returns the detailed description of this throwable with its stack trace.

The detailed description includes:

  • the short description (see Throwable.toString) of this throwable;
  • the complete stack trace;
  • detailed descriptions of the exceptions that were suppressed in order to deliver this exception;
  • the detailed description of each throwable in the Throwable.cause chain.

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/stack-trace-to-string.html