Skip to content

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.

Inheritance Hierarchy

Object > ValueType > Enum

Syntax

public sealed enum StatusCode : Enum, IComparable, IFormattable, IConvertible

Members

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.

Clone this wiki locally