Enum CommandStatusCode
- Namespace
- Azure.Iot.Operations.Protocol.RPC
- Assembly
- Azure.Iot.Operations.Protocol.dll
HTTP status codes used to indicate the status of a Command.
public enum CommandStatusCode
Fields
BadRequest = 400Bad Request. Header or payload is missing or invalid.
InternalServerError = 500Internal Server. Unknown error, internal logic error, or command processor error other than InvocationException.
NoContent = 204No Content. There is no content to send for this request.
NotSupportedVersion = 505The request failed because the remote party did not support the requested protocol version.
OK = 200OK. No error.
RequestTimeout = 408Request Timeout. The request timeout out before a response could be received from the command processor.
Service Unavailable. Invalid service state preventing command from executing properly.
UnsupportedMediaType = 415Unsupported Media Type. The content type specified in the request is not supported by this implementation.