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

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Private property
  • Private method
  • Static property
  • Static method

Generated using TypeDoc