ModelErrorType Enum

Definition

The model error type. Represents the various classification of model blocking errors.

public enum ModelErrorType
type ModelErrorType = 
Public Enum ModelErrorType
Inheritance
ModelErrorType

Fields

InterpreterError 1

Represents a interpreter error in an object in the model

ModelValidationError 2

Any other model blocking validation errors.

ParserError 0

Represents a parser error in an object in the model

Applies to