ChangeSetStatus Enumeration
Beta Should these be internal?
Error status from various ChangeSet operations
Members
| Name |
Value |
Description |
| Success |
0 |
|
| CHANGESET_ERROR_BASE |
90112 |
|
| ApplyError |
CHANGESET_ERROR_BASE + 1 |
Error applying a change set when reversing or reinstating it |
| ChangeTrackingNotEnabled |
CHANGESET_ERROR_BASE + 2 |
Change tracking has not been enabled. The ChangeSet API mandates this. |
| CorruptedChangeStream |
CHANGESET_ERROR_BASE + 3 |
Contents of the change stream are corrupted and does not match the ChangeSet |
| FileNotFound |
CHANGESET_ERROR_BASE + 4 |
File containing the changes to the change set is not found |
| FileWriteError |
CHANGESET_ERROR_BASE + 5 |
Error writing the contents of the change set to the backing change stream file |
| HasLocalChanges |
CHANGESET_ERROR_BASE + 6 |
Cannot perform the operation since the Db has local changes |
| HasUncommittedChanges |
CHANGESET_ERROR_BASE + 7 |
Cannot perform the operation since current transaction has uncommitted changes |
| InvalidId |
CHANGESET_ERROR_BASE + 8 |
Invalid ChangeSet Id |
| InvalidVersion |
CHANGESET_ERROR_BASE + 9 |
Invalid version of the change set |
| InDynamicTransaction |
CHANGESET_ERROR_BASE + 10 |
Cannot perform the operation since system is in the middle of a dynamic transaction |
| IsCreatingChangeSet |
CHANGESET_ERROR_BASE + 11 |
Cannot perform operation since system is in the middle of a creating a change set |
| IsNotCreatingChangeSet |
CHANGESET_ERROR_BASE + 12 |
Cannot perform operation since the system is not creating a change set |
| MergePropagationError |
CHANGESET_ERROR_BASE + 13 |
Error propagating the changes after the merge |
| NothingToMerge |
CHANGESET_ERROR_BASE + 14 |
No change sets to merge |
| NoTransactions |
CHANGESET_ERROR_BASE + 15 |
No transactions are available to create a change set |
| ParentMismatch |
CHANGESET_ERROR_BASE + 16 |
Parent change set of the Db does not match the parent id of the change set |
| SQLiteError |
CHANGESET_ERROR_BASE + 17 |
Error performing a SQLite operation on the Db |
| WrongDgnDb |
CHANGESET_ERROR_BASE + 18 |
ChangeSet originated in a different Db |
| CouldNotOpenDgnDb |
CHANGESET_ERROR_BASE + 19 |
Could not open the DgnDb to merge change set |
| MergeSchemaChangesOnOpen |
CHANGESET_ERROR_BASE + 20 |
Cannot merge changes in in an open DgnDb. Close the DgnDb, and process the operation when it is opened. |
| ReverseOrReinstateSchemaChangesOnOpen |
CHANGESET_ERROR_BASE + 21 |
Cannot reverse or reinstate schema changes in an open DgnDb. Close the DgnDb, and process the operation when it is opened. |
| ProcessSchemaChangesOnOpen |
CHANGESET_ERROR_BASE + 22 |
Cannot process changes schema changes in an open DgnDb. Close the DgnDb, and process the operation when it is opened. |
| CannotMergeIntoReadonly |
CHANGESET_ERROR_BASE + 23 |
Cannot merge changes into a Readonly DgnDb. |
| CannotMergeIntoMaster |
CHANGESET_ERROR_BASE + 24 |
Cannot merge changes into a Master DgnDb. |
| CannotMergeIntoReversed |
CHANGESET_ERROR_BASE + 25 |
Cannot merge changes into a DgnDb that has reversed change sets. |
Defined in
Last Updated:
08 January, 2020