Show / Hide Table of Contents

Class EdiPickupAttemptFailedExceptions

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

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

Properties

AbortedDueToLongWaitingTime

Pickup was aborted due to long waiting time

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

Closed

Pickup aborted because, pick-up outside opening hours / closed

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

CompanyHoliday

Pickup was aborted, because of company holiday

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

ConsignmentAlreadyShipped

Pickup was aborted because consignment already shipped

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

ConsignmentNotReady

Pickup was aborted because consignment not ready to picked up

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

MissingDocumentation

Pickup was rejected because required documentation (e.g. delivery note) was missing

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

MissingNotification

Pickup was rejected because of a missing notification

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

MissingTransportLock

Pickup was aborted because required transport safety device not available

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

NoEncounter

Pickup was aborted because no one was to be found

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

NoGoodsReceived

Pickup was aborted because no goods were received

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

NoPickupOrder

Pickup was aborted because there was no pick-up order available

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

TimeSlotMissed

Pickup aborted because pick-up time slot was missed

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

WrongAddress

Pickup was aborted because the address was wrong

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