Share via


RemoteMethodNotFoundException.ErrorCode Property

Definition

Gets the value of the error.code field in the response.

public StreamJsonRpc.Protocol.JsonRpcErrorCode ErrorCode { get; }
member this.ErrorCode : StreamJsonRpc.Protocol.JsonRpcErrorCode
Public ReadOnly Property ErrorCode As JsonRpcErrorCode

Property Value

The value is typically either InvalidParams or MethodNotFound.

Applies to