Enum ResponseCode

Definition

Namespace:
Tizen.Network.IoTConnectivity
Assembly:
Tizen.Network.IoTConnectivity.dll
API Level:
3

Enumeration for the result of response.

C#
Copy
public enum ResponseCode
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.