Show / Hide Table of Contents

Class EdiDeliveryAttemptFailedExceptions

Detailed information about the exceptions that caused the delivery to be fail

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

Properties

AbortedDueToLongWaitingTime

The delivery attempt was aborted due to too long waiting time at the consignee

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

AbortedDueWeatherCondition

The delivery attempt was aborted, because of weather conditions

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

Closed

The consignee was closed

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

Difficulties

There were difficulties delivering the goods

Declaration
public EdiDeliveryAttemptDifficulties Difficulties { get; set; }
Property Value
Type Description
EdiDeliveryAttemptDifficulties

Rejected

The consignee has rejected the consignment"

Declaration
public EdiDeliveryAttemptRejected Rejected { get; set; }
Property Value
Type Description
EdiDeliveryAttemptRejected

TimeIssue

Not delivered - Lack of time on delivery tour

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

WrongAddress

Delivery not possible because of a wrong address

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