Severity

Table of contents

  1. Description
  2. Properties
  3. @Example

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'