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