MethodResponseStatusCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Status code for method response.
public enum MethodResponseStatusCode
type MethodResponseStatusCode =
Public Enum MethodResponseStatusCode
- Inheritance
-
MethodResponseStatusCode
Fields
Name | Value | Description |
---|---|---|
BadRequest | 400 | Equivalent to HTTP status code 400: bad request. |
UserCodeException | 500 | Error code when MethodHandler does not return a valid JSON. |
MethodNotImplemented | 501 | Equivalent to HTTP status code 501: not implemented server error. It is used when a method call from the service specifies a method name not registered with the client for callback. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET