docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BaseGraphValidationError

    Represents an error that occured during the validation of a graph or one of its components.

    Inheritance
    object
    BaseGraphValidationError
    ImportSettingOverrideValidationError
    ConflictingComponentsValidationError<T>
    EdgeValidationError
    ImportConstantValidationError
    ImportSettingValidationError
    NodeValidationError
    ResultEdgeValidationError
    ResultValidationError
    SettingEdgeValidationError
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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
    Overrides
    object.ToString()
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)