Table of Contents

Class GS1.Element.ValidationError

Namespace
ScanbotSDK.MAUI.BarcodeDocumentModel
Assembly
ScanbotSDK.Shared.dll

Validation Errors

public class GS1.Element.ValidationError : GenericDocumentWrapper
Inheritance
GS1.Element.ValidationError
Inherited Members

Constructors

ValidationError(GenericDocument)

public ValidationError(GenericDocument document)

Parameters

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

Code

Error Code

public Field Code { get; }

Property Value

Field

Reason

Reason

public Field Reason { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string