Enum HttpHostingService.ResultCode
Options for standard Http result codes
Namespace: UnityEditor.AddressableAssets.HostingServices
Assembly: Unity.Addressables.Editor.dll
Syntax
protected enum HttpHostingService.ResultCode
  Fields
| Name | Description | 
|---|---|
| NotFound | Use to indicate that the requested resource could not be found.  | 
      
| Ok | Use to indicate that the request succeeded.  |