Severity
Table of contents
Description
Represents the event impact in the context of the affected resource.
Properties
| Type | Available values |
|---|---|
| string | INFO |
| string | FATAL |
| string | ERROR |
| string | NOTICE |
| string | WARNING |
@Example
import { Severity } from '@sap_oss/alert-notification-client';
console.log(Severity.NOTICE); // will print 'NOTICE'