Enum PackageDeliveryResult
Describes the result of the delivery of an entire package.
Syntax
public enum PackageDeliveryResult
Fields
Name | Description |
---|---|
Accepted | The delivery was accepted; some problems and rejections are still possible. |
InvalidPackageRejected | Package was invalid and was rejected. |
PartialDeliveryRejected | The project does not allow partial delivery but the package did not contain all necessary document; the entire delivery was rejected. |