Skip to main content

ConflictType

Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints

Types of conflicts that can occur during updates

public enum ConflictType

Inheritance ObjectValueTypeEnumConflictType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
UserModified0User has modified a blueprint-managed entity
TypeMismatch1Entity exists but with different type
DeleteModified2Entity would be deleted but has user modifications
MissingDependency3Required dependency is missing
MissingMigrationScript4An update was requested in BlueprintUpdateMode.Migration mode, but the target blueprint ships no migration script whose fromVersion matches the version of that blueprint currently installed on the tenant.