Options
All
  • Public
  • Public/Protected
  • All
Menu

ErrorSeverityLevel defines the severity levels you can use while reporting {@link Error}s using Instrumentation.reportError.

Index

Enumeration members

Enumeration members

CRITICAL

CRITICAL: = InstrumentationConstants.ERROR_SEVERITY_LEVEL_CRITICAL

An error happened and caused problems to the app.

INFO

INFO: = InstrumentationConstants.ERROR_SEVERITY_LEVEL_INFO

An error happened, but it did not cause a problem.

WARNING

WARNING: = InstrumentationConstants.ERROR_SEVERITY_LEVEL_WARNING

An error happened but the app recovered gracefully.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc