-
- 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 WEBVIEWError originated in a WebView.
AGENTError originated in an Agent.
LOGGERError extracted from a logged error.
CONSOLEError originated in a console (e.g.: in a webview).
SOURCEError originated in the source code (usually a crash).
NETWORKError originated in the Network layer.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-