ErrorType

Type of an error report or issue.

Enums
ERROR_TYPE_UNSPECIFIED Unspecified error type.
APPLICATION_NOT_RESPONDING

Application Not Responding (ANR) error.

To learn more about this type of errors visit the corresponding Android Developers [documentation][https://developer.android.com/topic/performance/vitals/anr].

CRASH Crash caused by an unhandled exception in Java (or Kotlin or any other JVM language) or a signal in native code such as SIGSEGV.