Class EdiNotificationExceptions
Detailed information about the exceptions that occurred while processing the notification of the consignment
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiNotificationExceptions
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiNotificationExceptions : EdiPatternPropertiesBase
Properties
Canceled
Notification has been canceled
Declaration
public EdiEmptyExtendableObject Canceled { get; set; }
Property Value
Type | Description |
---|---|
EdiEmptyExtendableObject |
Disabled
The (automatic) notification was disabled
Declaration
public EdiEmptyExtendableObject Disabled { get; set; }
Property Value
Type | Description |
---|---|
EdiEmptyExtendableObject |
DisposalOrdered
A Disposal was ordered
Declaration
public EdiEmptyExtendableObject DisposalOrdered { get; set; }
Property Value
Type | Description |
---|---|
EdiEmptyExtendableObject |
InvalidData
Some data is invalid for processing a notification
Declaration
public EdiEmptyExtendableObject InvalidData { get; set; }
Property Value
Type | Description |
---|---|
EdiEmptyExtendableObject |
MissingData
Some data is missing for processing a notification
Declaration
public EdiEmptyExtendableObject MissingData { get; set; }
Property Value
Type | Description |
---|---|
EdiEmptyExtendableObject |
NotInTime
The receiver has not answered in time
Declaration
public EdiEmptyExtendableObject NotInTime { get; set; }
Property Value
Type | Description |
---|---|
EdiEmptyExtendableObject |
NotReached
The consignee couldn't be reached
Declaration
public EdiEmptyExtendableObject NotReached { get; set; }
Property Value
Type | Description |
---|---|
EdiEmptyExtendableObject |
PickupCustomer
The consignment was successful, but the goods will be picked up by the customer
Declaration
public EdiEmptyExtendableObject PickupCustomer { get; set; }
Property Value
Type | Description |
---|---|
EdiEmptyExtendableObject |
WrongAddress
The notification was successful, but the consignment has the wrong address
Declaration
public EdiEmptyExtendableObject WrongAddress { get; set; }
Property Value
Type | Description |
---|---|
EdiEmptyExtendableObject |