Package io.appmetrica.analytics.plugins
Class PluginErrorDetails
java.lang.Object
io.appmetrica.analytics.plugins.PluginErrorDetails
Class describing the error.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder forPluginErrorDetails.static final classClass containing popular constants used inPluginErrorDetails.Builder.withPlatform(String). -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getExceptionClass
- Returns:
- class name if it is defined or null otherwise
-
getMessage
- Returns:
- message if it is defined or null otherwise
-
getStacktrace
- Returns:
- list of
StackTraceItem
-
getPlatform
- Returns:
- platform if it is defined or null otherwise
-
getVirtualMachineVersion
- Returns:
- virtual machine version if it is defined or null otherwise
-
getPluginEnvironment
- Returns:
- plugin environment
-