Class ErrorState

java.lang.Object
io.dialob.session.engine.session.model.ErrorState
All Implemented Interfaces:
SessionObject, Serializable

public class ErrorState extends Object implements SessionObject
See Also:
  • Constructor Details

    • ErrorState

      public ErrorState(@NonNull ItemId itemId, String code, String label)
    • ErrorState

      public ErrorState(@NonNull ErrorId targetId, String label)
    • ErrorState

      public ErrorState(@NonNull ErrorState errorState)
    • ErrorState

      public ErrorState(@NonNull ErrorId targetId, @NonNull ErrorState errorState)
  • Method Details