docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ValidationResult

    The result of validating an environment.

    Inheritance
    object
    ValidationResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Core.Editor.Environments
    Assembly: Unity.Services.Core.Environments.Editor.dll
    Syntax
    public sealed class ValidationResult

    Constructors

    ValidationResult()

    ValidationResult Constructor.

    Declaration
    public ValidationResult()

    ValidationResult(string)

    ValidationResult Constructor.

    Declaration
    public ValidationResult(string errorMessage)
    Parameters
    Type Name Description
    string errorMessage

    The error message

    Properties

    ErrorMessage

    The error that caused the failure.

    Declaration
    public string ErrorMessage { get; }
    Property Value
    Type Description
    string

    Failed

    If the validation failed.

    Declaration
    public bool Failed { get; }
    Property Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2025 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)