Package 

Enum ErrorType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum ErrorType
    extends Enum<ErrorType>
                        

    Represents the type of error captured

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DART

      An error captured from a Dart / Flutter application

      C

      An error captured from Android's C layer

      REACTNATIVEJS

      An error captured from JavaScript

      ANDROID

      An error captured from Android's JVM layer

      UNKNOWN

      An error with an unknown type or source

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait