Interface ErrorInfo


  • public interface ErrorInfo
    Represents Error information of the executor service data model.
    • Method Detail

      • getId

        Long getId()
        Returns:
        unique identifier of the error instance.
      • getMessage

        String getMessage()
        Returns:
        error message for the error instance.
      • getStacktrace

        String getStacktrace()
        Returns:
        complete stack trace of the exception that generated this error instance
      • getTime

        Date getTime()
        Returns:
        exact time when the exception happened.