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

    Fields

    Name Description Value
    Ok

    Use to indicate that the request succeeded.

    200
    NotFound

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

    404
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on 04 November 2021
    Terms of use