exceptions property

List<SentryException>? exceptions
final

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

Implementation

final List<SentryException>? exceptions;