KitchenDraw SDK 2
Show / Hide Table of Contents

Enum Scene.CatalogChangeErrorKind

Describes a type of an error that appeared during a catalog change operation (ChangeCatalog(string, string)).

Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public enum Scene.CatalogChangeErrorKind

Fields

Name Description
ErrorInComponent

There is an error (of any kind described above) in one of the object's components.

FinishMakesArticleInvalid

A finish from the object's finishes config makes the object coming from the new catalog invalid, though it was previously valid. The AdditionalData contains the code of the finish.

FinishMakesArticleValid

A finish from the object's finishes config makes the object coming from the new catalog valid, though it was previously invalid. The AdditionalData contains the code of the finish.

MissingFinish

A finish from the object's finishes config is missing in the object coming from the new catalog. The AdditionalData contains the code of the missing finish.

MissingKeyReference

The key reference of the object is missing in the new catalog. The AdditionalData contains key reference of the object.

NumberOfComponentsIsDifferent

Number of components in the object coming from the new catalog differs from the existing object. The AdditionalData contains the code of the finish.

In this article
Back to top Generated by DocFX