-
Notifications
You must be signed in to change notification settings - Fork 2
StatusCode Enum
sequenze edited this page Jun 15, 2017
·
2 revisions
This entity constitutes the supported status codes used to describe the state of the responses. The status codes are similar to that of typical HTTP responses.
Object > ValueType > Enum
public sealed enum StatusCode : Enum, IComparable, IFormattable, IConvertible| Member name | Description |
|---|---|
| OK | The operation was completed successfully. |
| BAD_REQUEST | The received message was expected to be the format of a request. |
| BAD_RESPONSE | The received message was expected to be the format of a response. |
| NOT_FOUND | The specified target space was not found in the repository. |
| METHOD_NOT_ALLOWED | Unknown or unsupported operation. |
| NOT_IMPLEMENTED | The requested connectionmode is not supported. |