severity property

BugsnagSeverity severity
getter/setter pair

The severity of the event. By default, unhandled exceptions will be BugsnagSeverity.error and handled exceptions sent with Client.notify BugsnagSeverity.warning.

Implementation

BugsnagSeverity severity;