Class ValidationError
- Namespace
- ElectricDrill.AstraRpgFramework.Utils
- Assembly
- com.electricdrill.astra-rpg-framework.Runtime.dll
Represents a validation error that occurred during formula evaluation.
[Serializable]
public class ValidationError
- Inheritance
-
objectValidationError
Fields
AffectedLevels
public List<int> AffectedLevels
Field Value
- List<int>
DetailedMessage
public string DetailedMessage
Field Value
- string
ErrorType
public string ErrorType
Field Value
- string
FormulaExpression
public string FormulaExpression
Field Value
- string