Package com.incode.welcome_sdk.data
Class FaceLoginAttemptSyncError
-
- All Implemented Interfaces:
public final class FaceLoginAttemptSyncError
-
-
Field Summary
Fields Modifier and Type Field Description private final Throwable
throwable
private final Integer
unsuccessfulSyncCount
-
Constructor Summary
Constructors Constructor Description FaceLoginAttemptSyncError(Throwable throwable, Integer unsuccessfulSyncCount)
-
Method Summary
Modifier and Type Method Description final Throwable
getThrowable()
final Integer
getUnsuccessfulSyncCount()
-
-
Method Detail
-
getThrowable
final Throwable getThrowable()
-
getUnsuccessfulSyncCount
final Integer getUnsuccessfulSyncCount()
-
-
-
-