Class EdiGatewayExceptions
Detailed information about the exceptions that occurred while processing the consignment. Use (null) to report successful cross dock of the consignment
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiGatewayExceptions
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiGatewayExceptions : EdiPatternPropertiesBase
Properties
Halted
The consignment did not arrive or parts of the consignment are missing
Declaration
public EdiEmptyExtendableObject Halted { get; set; }
Property Value
Type | Description |
---|---|
EdiEmptyExtendableObject |
Loaded
The consignment was loaded
Declaration
public EdiEmptyExtendableObject Loaded { get; set; }
Property Value
Type | Description |
---|---|
EdiEmptyExtendableObject |