Enum ResponseCode
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
Enumeration for the result of response.
public enum ResponseCode
Fields
| Name | Description |
|---|---|
| Changed | Indicates the result of response for changed resource. |
| Created | Indicates the result of response for created resource. |
| Deleted | Indicates the result of response for deleted resource. |
| Error | Indicates the result of response for some error. |
| Forbidden | Indicates the result of response for accessing unauthorized resource. |
| Ok | Indicates the result of response for success. |
| Slow | Indicates the result of response for slow resource. |