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