Show / Hide Table of Contents

Class EdiPackageEventExceptions

Detailed information about the exceptions that occured while processing / scanning the package

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

Properties

BelongsNot

The package is not on consignment

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

Damaged

The package is damaged

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

DamagedAfterPackagingRemoval

The content is damaged after the removal of the packaging

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

DamagedEmptiesContentOk

The empties are damaged, but content OK

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

Leaked

The content of the package is running out

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

LoadingError

Error when loading the package

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

Lost

The package was lost

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

Open

The package is open, the goods are pick-able

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

Oversized

The package is oversized

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

PressedIn

The package is pressed in

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

Rejected

The package was rejected by the receiver

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

RoutingError

Error when routing the package

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

ShrinkWrapped

The goods could not be checked, because packaging is shrink-wrapped

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

SpaceIssue

Not enough space

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

SpecialRun

It's a special run

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

TimeIssue

Time issue, not enough time

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

Wet

The package is wet

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