Class JsonRpcError
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Behaviors.Http.Bindings
Assembly: Cephalon.Behaviors.Http.dll
Represents the error object inside a JSON-RPC 2.0 error response.
public sealed class JsonRpcErrorInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Section titled “Properties”Gets or sets the numeric error code.
[JsonPropertyName("code")]public int Code { get; set; }Property Value
Section titled “Property Value”Gets or sets optional additional error data.
[JsonPropertyName("data")]public string? Data { get; set; }Property Value
Section titled “Property Value”Message
Section titled “ Message”Gets or sets the short error message.
[JsonPropertyName("message")]public string Message { get; set; }