Interface TaskErrorInfo


public interface TaskErrorInfo
Error information if an error occured durch a task.
Since:
4.0.120
  • Method Details

    • getUser

      User getUser()
      Get user object
      Since:
      4.0.120
    • getUserLogin

      String getUserLogin()
      Get user login name.
      Since:
      4.0.120
    • getUserName

      String getUserName()
      Ger user name.
      Since:
      4.0.120
    • getComment

      String getComment()
      Get error comment, if it has been set.
      Since:
      4.0.120
    • getThrowable

      Throwable getThrowable()
      Get error cause.
      Since:
      4.0.120
    • getErrorInfo

      String getErrorInfo()
      Return string representation of throwable.
      Since:
      4.1.10
    • getErrorActivityId

      long getErrorActivityId()
      Get activity id producing the error.
      Since:
      4.0.120
    • getErrorActivity

      Activity getErrorActivity()
      Get activity object
      Since:
      4.0.120