Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ExceptionSeverity

Index

Enumeration members

Enumeration members

Common = "COMMON"

The cause is known and expected, indicates that there is nothing wrong with the library itself.

Fault = "FAULT"

If the probable cause is an issue with the library or when there is no way to tell what the cause might be. This is the default level and other levels are used in cases where the thrower has more in-depth knowledge about the error.

Suspicious = "SUSPICIOUS"

The cause might not be exactly known, but is possibly caused by outside factors. For example when an outside service responds in a format that we do not expect.

Generated using TypeDoc