errors property

List<BugsnagError> errors
getter/setter pair

Information extracted from the errors that caused the event can be found in this field. The list contains at least one BugsnagError that represents the thrown object.

Implementation

List<BugsnagError> errors;