Table of Contents

Class GS1.Element.ValidationError

Namespace
IO.Scanbot.Sdk.Barcode.Entity
Assembly
BarcodeSDK.NET.Droid.dll
[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

document GenericDocument

Fields

DocumentNormalizedType

[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "GS1.Element.ValidationError"

Field Value

string

DocumentType

[Register("DOCUMENT_TYPE")]
public const string DocumentType = "ValidationError"

Field Value

string

Properties

Code

public TextFieldWrapper Code { get; }

Property Value

TextFieldWrapper

Reason

public TextFieldWrapper Reason { get; }

Property Value

TextFieldWrapper

RequiredDocumentType

public override string RequiredDocumentType { get; }

Property Value

string