docs.unity.cn
    Show / Hide Table of Contents

    Enum HttpHostingService.ResultCode

    Options for standard Http result codes

    Namespace: UnityEditor.AddressableAssets.HostingServices
    Syntax
    protected enum ResultCode : int

    Fields

    Name Description Value
    NotFound

    Use to indicate that the requested resource could not be found.

    Ok

    Use to indicate that the request succeeded.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use