docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdHttpError

    CcdHttpError model

    Inheritance
    Object
    CcdHttpError
    Namespace: Unity.Services.Ccd.Management.Models
    Syntax
    [Preserve]
    public class CcdHttpError

    Constructors

    CcdHttpError(CcdErrorCodes, List<String>, String)

    Creates an instance of CcdHttpError.

    Declaration
    [Preserve]
    public CcdHttpError(CcdErrorCodes code = CcdErrorCodes._0, List<string> details = null, string reason = null)
    Parameters
    Type Name Description
    CcdErrorCodes code

    code param

    List<String> details

    details param

    String reason

    reason param

    Properties

    Code

    Declaration
    [Preserve]
    public CcdErrorCodes Code { get; }
    Property Value
    Type Description
    CcdErrorCodes

    Details

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

    Reason

    Declaration
    [Preserve]
    public string Reason { get; }
    Property Value
    Type Description
    String
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023