exceptions property
One or multiple chained (nested) exceptions that occurred in a program.
Implementation
List<SentryException>? exceptions;
One or multiple chained (nested) exceptions that occurred in a program.
List<SentryException>? exceptions;