docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Httperror

    Httperror

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

    Constructors

    Httperror(ErrorCodes?, List<string>, string)

    Initializes a new instance of the Httperror class.

    Declaration
    [Preserve]
    public Httperror(ErrorCodes? code = null, List<string> details = null, string reason = null)
    Parameters
    Type Name Description
    ErrorCodes? code

    code.

    List<string> details

    details.

    string reason

    reason.

    Properties

    Code

    Gets or Sets Code

    Declaration
    [Preserve]
    public ErrorCodes? Code { get; set; }
    Property Value
    Type Description
    ErrorCodes?

    Details

    Gets or Sets Details

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

    Reason

    Gets or Sets Reason

    Declaration
    [Preserve]
    public string Reason { 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)