docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NotFoundError

    NotFoundError model

    Inheritance
    object
    NotFoundError
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ccd.Management.Models
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    [Preserve]
    [DataContract(Name = "NotFoundError")]
    public class NotFoundError

    Constructors

    NotFoundError(string, int, string, string)

    Creates an instance of NotFoundError.

    Declaration
    [Preserve]
    public NotFoundError(string title = null, int status = 0, string detail = null, string requestId = null)
    Parameters
    Type Name Description
    string title

    title param

    int status

    status param

    string detail

    detail param

    string requestId

    requestId param

    Properties

    Detail

    Parameter detail of NotFoundError

    Declaration
    [Preserve]
    [DataMember(Name = "detail", EmitDefaultValue = false)]
    public string Detail { get; }
    Property Value
    Type Description
    string

    RequestId

    Parameter requestId of NotFoundError

    Declaration
    [Preserve]
    [DataMember(Name = "requestId", EmitDefaultValue = false)]
    public string RequestId { get; }
    Property Value
    Type Description
    string

    Status

    Parameter status of NotFoundError

    Declaration
    [Preserve]
    [DataMember(Name = "status", EmitDefaultValue = false)]
    public int Status { get; }
    Property Value
    Type Description
    int

    Title

    Parameter title of NotFoundError

    Declaration
    [Preserve]
    [DataMember(Name = "title", EmitDefaultValue = false)]
    public string Title { get; }
    Property Value
    Type Description
    string
    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)