TransferFailureReason Enumeration |
Specifies possible results of a transfer operation corresponding to an individual item.
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum TransferFailureReason
Public Enumeration TransferFailureReason
public enum class TransferFailureReason
type TransferFailureReason
Members
| Member name | Value | Description |
---|
| None | -1 |
The operation was successful.
|
| UnknownFailure | 0 |
The operation failed for an unknown reason.
|
| NotFound | 1 |
The item could not be transferred because it does not exist.
|
| NeverCheckedIn | 2 |
The item could not be exported because it has never been checked-in.
|
| UndoCheckoutFailure | 3 |
The item could not be transferred because the "undo check-out" operation of this item fails.
|
| InvalidUserProjectImport | 4 |
The item could not be imported because it violates the user project structure.
|
| DataImportFailure | 5 |
The item could not be imported because there was a failure importing its associated data.
|
| ImportFailure | 6 |
The item failed to be imported. See Message for details.
|
| ExportFailure | 7 |
The item failed to be exported. See Message for details.
|
| Aborted | 8 |
No attempt was made to transfer the item due to other failures.
|
| TargetProtected | 9 |
The target item is protected and cannot be overwritten.
|
| Recycled | 10 |
The item could not be exported because it is recycled.
|
| ReferencingInactiveEntry | 11 |
The item is referencing an inactive entry.
|
| ReferencingRecycledEntry | 12 |
The item is referencing a recycled entry.
|
| ReferencingEntryRevisionMissing | 13 |
The referencing entry revision is missing.
|
See Also