docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Detail

    Details about the internal error.

    Inheritance
    object
    Detail
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.Friends
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class Detail

    Constructors

    Detail(string, string)

    Initializes a new instance of the Detail class.

    Declaration
    [Preserve]
    public Detail(string error = null, string message = null)
    Parameters
    Type Name Description
    string error

    Path to the parameter within the body that is invalid. (required).

    string message

    Detailed message about the error. (required).

    Properties

    Error

    Path to the parameter within the body that is invalid.

    Declaration
    [Preserve]
    public string Error { get; set; }
    Property Value
    Type Description
    string

    Path to the parameter within the body that is invalid.

    Message

    Detailed message about the error.

    Declaration
    [Preserve]
    public string Message { get; set; }
    Property Value
    Type Description
    string

    Detailed message about the error.

    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)