NotificationSeverity is an enumerated list of the severities contained in notifications.

This enumerated datatype is used by two other datatypes: NotificationInput, which is used by the notify() mutation field; and Notification, which is used by the notify() mutation and the listNotifications() query field. This second by the datatypes, Account and NotificationsResultSet, both of which are ultimately used by quite a few mutation fields.

Table: NotificationSeverity

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 16, 2024
Errorboolean  Long-TermThe notification indicates an error.
Infoboolean  Long-TermThe notification contains information, only.
Successboolean  Long-TermThe notification indicates a successful result.
Warningboolean  Long-TermThe notification includes a warning.