JsonRpcHelper.CreateErrorResult Method
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.
Overloads
| CreateErrorResult(String, JsonRpcHelper+ErrorCode) | |
| CreateErrorResult(String, JsonRpcHelper+ErrorCode, String) |
CreateErrorResult(String, JsonRpcHelper+ErrorCode)
public static string CreateErrorResult(string id, Microsoft.PowerFx.LanguageServerProtocol.JsonRpcHelper.ErrorCode code);
static member CreateErrorResult : string * Microsoft.PowerFx.LanguageServerProtocol.JsonRpcHelper.ErrorCode -> string
Public Shared Function CreateErrorResult (id As String, code As JsonRpcHelper.ErrorCode) As String
Parameters
- id
- String
Returns
Applies to
CreateErrorResult(String, JsonRpcHelper+ErrorCode, String)
public static string CreateErrorResult(string id, Microsoft.PowerFx.LanguageServerProtocol.JsonRpcHelper.ErrorCode code, string message);
static member CreateErrorResult : string * Microsoft.PowerFx.LanguageServerProtocol.JsonRpcHelper.ErrorCode * string -> string
Public Shared Function CreateErrorResult (id As String, code As JsonRpcHelper.ErrorCode, message As String) As String
Parameters
- id
- String
- message
- String