Share via


RemoteRpcException.DeserializedErrorData Property

Definition

Gets or sets the error.data value in the error response, if one was provided.

public object? DeserializedErrorData { get; protected set; }
member this.DeserializedErrorData : obj with get, set
Public Property DeserializedErrorData As Object

Property Value

Remarks

The type of this object is determined by GetErrorDetailsDataType(JsonRpcError). The default implementation of this method produces a CommonErrorData object.

Applies to