suppressedExceptions
val Throwable.suppressedExceptions: List<Throwable>
(Common source) (JVM source) (JS source) (Native source)
For Common, JVM
Returns a list of all exceptions that were suppressed in order to deliver this exception.
The list can be empty:
- if no exceptions were suppressed;
- if the platform doesn't support suppressed exceptions;
- if this Throwable instance has disabled the suppression.
For JS, Native
Returns a list of all exceptions that were suppressed in order to deliver this exception.