Share via


RemoteRpcException.ErrorCode Property

Definition

Gets or sets the value of the error.code field in the response, if one is available.

public StreamJsonRpc.Protocol.JsonRpcErrorCode? ErrorCode { get; protected set; }
member this.ErrorCode : Nullable<StreamJsonRpc.Protocol.JsonRpcErrorCode> with get, set
Public Property ErrorCode As Nullable(Of JsonRpcErrorCode)

Property Value

Applies to