| Value | Meaning |
|---|---|
| UR_UNKNOWN0 | Unknown status. |
| UR_SUCCESS1 | Request succeeded. |
| UR_IO_PENDING2 | An IO request is pending, and the caller will be informed when it is completed. |
| UR_CANCELED3 | Request was canceled programatically. |
| UR_FAILED4 | Request failed for some reason. |
Flags that represent CefURLRequest status.