Class PluginErrorDetails

java.lang.Object
io.appmetrica.analytics.plugins.PluginErrorDetails

public class PluginErrorDetails extends Object
Class describing the error.
See Also:
  • Method Details

    • getExceptionClass

      @Nullable public String getExceptionClass()
      Returns:
      class name if it is defined or null otherwise
    • getMessage

      @Nullable public String getMessage()
      Returns:
      message if it is defined or null otherwise
    • getStacktrace

      @NonNull public List<StackTraceItem> getStacktrace()
      Returns:
      list of StackTraceItem
    • getPlatform

      @Nullable public String getPlatform()
      Returns:
      platform if it is defined or null otherwise
    • getVirtualMachineVersion

      @Nullable public String getVirtualMachineVersion()
      Returns:
      virtual machine version if it is defined or null otherwise
    • getPluginEnvironment

      @NonNull public Map<String,String> getPluginEnvironment()
      Returns:
      plugin environment