Class ErrorEntry


  • public class ErrorEntry
    extends Object
    Represents an entry which represents an error, in the ErrorStore.
    • Method Detail

      • getId

        public int getId()
      • getTimestamp

        public long getTimestamp()
      • getSiddhiAppName

        public String getSiddhiAppName()
      • getStreamName

        public String getStreamName()
      • getEventAsBytes

        public byte[] getEventAsBytes()
      • getCause

        public String getCause()
      • getStackTrace

        public String getStackTrace()
      • getOriginalPayload

        public String getOriginalPayload()
      • getErrorType

        public ErrorType getErrorType()