Class GS1.Element.ValidationError
[Register("io/scanbot/sdk/barcode/entity/GS1$Element$ValidationError", DoNotGenerateAcw = true)]
public sealed class GS1.Element.ValidationError : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
GS1.Element.ValidationError
- Implements
- Inherited Members
Constructors
ValidationError(GenericDocument)
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public ValidationError(GenericDocument document)
Parameters
documentGenericDocument
Fields
DocumentNormalizedType
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "GS1.Element.ValidationError"
Field Value
DocumentType
[Register("DOCUMENT_TYPE")]
public const string DocumentType = "ValidationError"
Field Value
Properties
Code
public TextFieldWrapper Code { get; }
Property Value
Reason
public TextFieldWrapper Reason { get; }
Property Value
RequiredDocumentType
public override string RequiredDocumentType { get; }