Class StepError
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 Summary
-
Method Summary
Modifier and Type Method Description StringgetErrorMessage()Get error message.ExceptiongetException()Get exception.StringgetId()Get error ID.StringgetName()Get error name.
-
Constructor Details
-
StepError
Constructor with error details.- Parameters:
id- Error ID.name- Error name.errorMessage- Error message.exception- Exception.
-
-
Method Details
-
getId
Get error ID.- Returns:
- Error ID.
-
getName
Get error name.- Returns:
- Error name.
-
getErrorMessage
Get error message.- Returns:
- Error message.
-
getException
Get exception.- Returns:
- Exception.
-