Package com.scytales.mvalid.sdk.data
Class DeviceResponse.DocumentError
-
- All Implemented Interfaces:
public class DeviceResponse.DocumentErrorThe type Document error.
-
-
Method Summary
Modifier and Type Method Description StringgetDocType()Gets doc type. intgetErrorCode()Gets error code. StringtoString()-
-
Method Detail
-
getDocType
@NonNull() String getDocType()
Gets doc type.
-
getErrorCode
int getErrorCode()
Gets error code.
-
-
-
-