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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET