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
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
Code
Error Code
public Field Code { get; }
Property Value
Reason
Reason
public Field Reason { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }