JsonRpcHelper.ErrorCode 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.
public enum JsonRpcHelper.ErrorCode
type JsonRpcHelper.ErrorCode =
Public Enum JsonRpcHelper.ErrorCode
- Inheritance
-
JsonRpcHelper.ErrorCode
Fields
| Name | Value | Description |
|---|---|---|
| RequestCancelled | -32800 | |
| ParseError | -32700 | |
| PropertyValueRequired | -32604 | |
| InternalError | -32603 | |
| InvalidParams | -32602 | |
| MethodNotFound | -32601 | |
| InvalidRequest | -32600 | |
| ServerError | -32000 |