-
public final class ErrorEvent.ProfilingRUM Profiler Internal Context schema
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.Profiling.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ErrorEvent.ProfilingStatusstatusprivate final ErrorEvent.ErrorReasonerrorReason
-
Constructor Summary
Constructors Constructor Description ErrorEvent.Profiling(ErrorEvent.ProfilingStatus status, ErrorEvent.ErrorReason errorReason)
-
Method Summary
Modifier and Type Method Description final ErrorEvent.ProfilingStatusgetStatus()final ErrorEvent.ErrorReasongetErrorReason()final JsonElementtoJson()-
-
Constructor Detail
-
ErrorEvent.Profiling
ErrorEvent.Profiling(ErrorEvent.ProfilingStatus status, ErrorEvent.ErrorReason errorReason)
- Parameters:
status- Used to track the status of the RUM Profiler.errorReason- The reason the Profiler encountered an error.
-
-
Method Detail
-
getStatus
final ErrorEvent.ProfilingStatus getStatus()
-
getErrorReason
final ErrorEvent.ErrorReason getErrorReason()
-
toJson
final JsonElement toJson()
-
-
-
-