exceptions property

List<SentryException>? exceptions
getter/setter pair

One or multiple chained (nested) exceptions that occurred in a program.

Implementation

List<SentryException>? exceptions;