Class ErrorState


  • @Experimental
    public class ErrorState
    extends Object
    Describes the "error state" of the current task part execution. Very experimental. TODO rethink this
    • Constructor Detail

      • ErrorState

        public ErrorState()
    • Method Detail

      • getPermanentErrorException

        public Throwable getPermanentErrorException()
      • setPermanentErrorException

        public void setPermanentErrorException​(@NotNull
                                               @NotNull Throwable reason)
      • isPermanentErrorEncountered

        public boolean isPermanentErrorEncountered()