Class RecoveryErrorResponse
java.lang.Object
io.getlime.core.rest.model.base.response.Response
io.getlime.core.rest.model.base.response.ObjectResponse<RecoveryError>
io.getlime.security.powerauth.rest.api.model.exception.RecoveryErrorResponse
public class RecoveryErrorResponse extends io.getlime.core.rest.model.base.response.ObjectResponse<RecoveryError>
Class representing recovery error response.
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Nested Class Summary
Nested classes/interfaces inherited from class io.getlime.core.rest.model.base.response.Response
io.getlime.core.rest.model.base.response.Response.Status -
Field Summary
Fields inherited from class io.getlime.core.rest.model.base.response.Response
status -
Constructor Summary
Constructors Constructor Description RecoveryErrorResponse(String code, String message, Integer currentRecoveryPukIndex)Constructor with error code, error message and current recovery PUK index.RecoveryErrorResponse(String code, Throwable t, Integer currentRecoveryPukIndex)Constructor with error code, Throwable and current recovery PUK index. -
Method Summary
Methods inherited from class io.getlime.core.rest.model.base.response.ObjectResponse
getResponseObject, getStatus, setResponseObject, setStatus
-
Constructor Details
-
RecoveryErrorResponse
Constructor with error code, error message and current recovery PUK index.- Parameters:
code- Error code.message- Error message.currentRecoveryPukIndex- Current recovery PUK index.
-
RecoveryErrorResponse
Constructor with error code, Throwable and current recovery PUK index.- Parameters:
code- Error code.t- Throwable.currentRecoveryPukIndex- Current recovery PUK index.
-