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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET