Package 

Enum RumErrorSource

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum RumErrorSource
    extends Enum<RumErrorSource>
                        

    Describe the source of a RUM Error.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      WEBVIEW

      Error originated in a WebView.

      AGENT

      Error originated in an Agent.

      LOGGER

      Error extracted from a logged error.

      CONSOLE

      Error originated in a console (e.g.: in a webview).

      SOURCE

      Error originated in the source code (usually a crash).

      NETWORK

      Error originated in the Network layer.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait