java.lang.Object
io.getlime.security.powerauth.lib.cmd.logging.model.StepError

public class StepError
extends Object
Class representing an error in step.
Author:
Roman Strobl, roman.strobl@wultra.com
  • Constructor Details

    • StepError

      public StepError​(String id, String name, String errorMessage, Exception exception)
      Constructor with error details.
      Parameters:
      id - Error ID.
      name - Error name.
      errorMessage - Error message.
      exception - Exception.
  • Method Details

    • getId

      public String getId()
      Get error ID.
      Returns:
      Error ID.
    • getName

      public String getName()
      Get error name.
      Returns:
      Error name.
    • getErrorMessage

      public String getErrorMessage()
      Get error message.
      Returns:
      Error message.
    • getException

      public Exception getException()
      Get exception.
      Returns:
      Exception.