Class ActionableAuthError
java.lang.Object
io.mosip.authentication.core.indauth.dto.AuthError
io.mosip.authentication.core.indauth.dto.ActionableAuthError
Actionable error class
- Author:
- Dinesh Karuppiah.T
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new actionable auth error.ActionableAuthError(String errorCode, String errorMessage, String actionMessage) Actionable Auth Error. -
Method Summary
-
Constructor Details
-
ActionableAuthError
public ActionableAuthError()Instantiates a new actionable auth error. -
ActionableAuthError
Actionable Auth Error.- Parameters:
errorCode- - error codeerrorMessage- - error messageactionMessage- the action message
-