Class BaseGraphValidationError
Represents an error that occured during the validation of a graph or one of its components.
Inherited Members
Namespace: UnityEngine .Importer.Validations
Assembly: Unity.Importer.dll
Syntax
public abstract class BaseGraphValidationError
Properties
Message
Verbose message detailing the error.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |