Package io.scanbot.barcodescanner.entity
Class GS1.Element.ValidationError
-
- All Implemented Interfaces:
public final class GS1.Element.ValidationError extends GenericDocumentWrapper
Validation Errors
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
GS1.Element.ValidationError.FieldNames
public class
GS1.Element.ValidationError.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static String
DOCUMENT_TYPE
public final static String
DOCUMENT_NORMALIZED_TYPE
private final TextFieldWrapper
code
private final TextFieldWrapper
reason
-
Constructor Summary
Constructors Constructor Description GS1.Element.ValidationError(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getCode()
Error Code final TextFieldWrapper
getReason()
Reason -
-
Constructor Detail
-
GS1.Element.ValidationError
GS1.Element.ValidationError(GenericDocument document)
-
-
Method Detail
-
getCode
final TextFieldWrapper getCode()
Error Code
-
getReason
final TextFieldWrapper getReason()
Reason
-
-
-
-