-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum RumVitalAppLaunchEvent.ErrorReason extends Enum<RumVitalAppLaunchEvent.ErrorReason>
The reason the Profiler encountered an error. This attribute is only present if the status is
error.Possible values:
not-supported-by-browser: The browser does not support the Profiler (i.e.,window.Profileris not available).failed-to-lazy-load: The Profiler script failed to be loaded by the browser (may be a connection issue or the chunk was not found).missing-document-policy-header: The Profiler failed to start because its missingDocument-Policy: js-profilingHTTP response header.unexpected-exception: An exception occurred when starting the Profiler.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRumVitalAppLaunchEvent.ErrorReason.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description UNEXPECTED_EXCEPTIONMISSING_DOCUMENT_POLICY_HEADERFAILED_TO_LAZY_LOADNOT_SUPPORTED_BY_BROWSER
-
Method Summary
Modifier and Type Method Description final JsonElementtoJson()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
toJson
final JsonElement toJson()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-