Show / Hide Table of Contents

Class EdiDataProcessingExceptions

Detailed information about the exceptions that occured while processing the data. Use(null) to report successful processing of the data

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiDataProcessingExceptions
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiDataProcessingExceptions : EdiPatternPropertiesBase

Properties

InvalidDangerousGoodInformation

Wrong, incomplete or missing information about the dangerous goods

Declaration
public EdiEmptyExtendableObject InvalidDangerousGoodInformation { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

InvalidData

The data is incomplete, missing or wrong

Declaration
public EdiEmptyExtendableObject InvalidData { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

InvalidPackageType

Wrong, incomplete or missing package type information

Declaration
public EdiEmptyExtendableObject InvalidPackageType { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject
Back to top Generated by DocFX