Package 

Class ErrorEvent.Meta


  • 
    public final class ErrorEvent.Meta
    
                        

    Platform-specific metadata of the error event.

    • 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.