Interface ActivitiErrorEvent

All Superinterfaces:
ActivitiActivityEvent, ActivitiEvent
All Known Implementing Classes:
ActivitiErrorEventImpl

public interface ActivitiErrorEvent extends ActivitiActivityEvent
An ActivitiEvent related to an error being sent to an activity.
  • Method Details

    • getErrorCode

      String getErrorCode()
      Returns:
      the error-code of the error. Returns null, if no specific error-code has been specified when the error was thrown.
    • getErrorId

      String getErrorId()