Show / Hide Table of Contents

Class EdiNotificationEventExceptions

Detailed information about the exceptions that occurred while processing the consignment/pickup

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

Properties

Archived

Documents have been archived

Declaration
public EdiArchived Archived { get; set; }
Property Value
Type Description
EdiArchived

DeliveryObscure

The delivery is obscure

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

Disposed

Consignment was disposed

Declaration
public EdiDisposed Disposed { get; set; }
Property Value
Type Description
EdiDisposed

Incompatible

Incompatible. The shipment is not within the agreed specifications (e.g. to heavy / big / ...)

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

Incomplete

Incomplete. There are some packages missing from this consignment

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

RedirectedTo

The consignment is redirected to...

Declaration
public EdiRedirectedTo RedirectedTo { get; set; }
Property Value
Type Description
EdiRedirectedTo

ReleaseAuthorizationReceived

Release authorization received

Declaration
public EdiReleaseAuthorizationReceived ReleaseAuthorizationReceived { get; set; }
Property Value
Type Description
EdiReleaseAuthorizationReceived

SigningInformation

Signing Information

Declaration
public EdiSigningInformation SigningInformation { get; set; }
Property Value
Type Description
EdiSigningInformation

UltimatelyLost

Ultimately lost. Consignment is utimately lost and will no longer be searched for

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