docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ApiErrorInfo

    ApiErrorInfo

    Inheritance
    object
    ApiErrorInfo
    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.UGC
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class ApiErrorInfo

    Constructors

    ApiErrorInfo(string, string, List<string>, int)

    Initializes a new instance of the ApiErrorInfo class.

    Declaration
    [Preserve]
    public ApiErrorInfo(string title = null, string detail = null, List<string> details = null, int status = 0)
    Parameters
    Type Name Description
    string title

    title.

    string detail

    detail.

    List<string> details

    details.

    int status

    status.

    Properties

    Detail

    Gets or Sets Detail

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

    Details

    Gets or Sets Details

    Declaration
    [Preserve]
    public List<string> Details { get; set; }
    Property Value
    Type Description
    List<string>

    Status

    Gets or Sets Status

    Declaration
    [Preserve]
    public int Status { get; set; }
    Property Value
    Type Description
    int

    Title

    Gets or Sets Title

    Declaration
    [Preserve]
    public string Title { get; set; }
    Property Value
    Type Description
    string
    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)