Enumeration IapticSeverity

Error severity

  • INFO: The error is not critical and can be ignored, not worth reporting to the user, can be logged to your server or ignored.
  • WARNING: The error is important and can be reported to the user as a toast message.
  • ERROR: The error is critical and should be reported to the user as a pop-up alert.

Enumeration Members

Enumeration Members

ERROR: 2
INFO: 0
WARNING: 1