-
public final class ErrorEvent.MetaPlatform-specific metadata of the error event.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.Meta.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringcodeTypeprivate final StringparentProcessprivate final StringincidentIdentifierprivate final Stringprocessprivate final StringexceptionTypeprivate final StringexceptionCodesprivate final Stringpath
-
Method Summary
Modifier and Type Method Description final StringgetCodeType()final StringgetParentProcess()final StringgetIncidentIdentifier()final StringgetProcess()final StringgetExceptionType()final StringgetExceptionCodes()final StringgetPath()final JsonElementtoJson()-
-
Constructor Detail
-
ErrorEvent.Meta
ErrorEvent.Meta(String codeType, String parentProcess, String incidentIdentifier, String process, String exceptionType, String exceptionCodes, String path)
- Parameters:
codeType- The CPU architecture of the process that crashed.parentProcess- Parent process information.incidentIdentifier- A client-generated 16-byte UUID of the incident.process- The name of the crashed process.exceptionType- The name of the corresponding BSD termination signal.exceptionCodes- CPU specific information about the exception encoded into 64-bit hexadecimal number preceded by the signal code.path- The location of the executable.
-
-
Method Detail
-
getCodeType
final String getCodeType()
-
getParentProcess
final String getParentProcess()
-
getIncidentIdentifier
final String getIncidentIdentifier()
-
getProcess
final String getProcess()
-
getExceptionType
final String getExceptionType()
-
getExceptionCodes
final String getExceptionCodes()
-
toJson
final JsonElement toJson()
-
-
-
-