public class RecoveryErrorResponse extends io.getlime.core.rest.model.base.response.ObjectResponse<RecoveryError>
| Constructor and 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.
|
public RecoveryErrorResponse(String code, String message, Integer currentRecoveryPukIndex)
code - Error code.message - Error message.currentRecoveryPukIndex - Current recovery PUK index.Copyright © 2017–2019 Wultra s.r.o.. All rights reserved.