Class SignedExchangeError
SignedExchangeError
public sealed class SignedExchangeError
- Inheritance
-
SignedExchangeError
- Inherited Members
Properties
ErrorField
errorField
[JsonPropertyName("errorField")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SignedExchangeErrorField? ErrorField { get; set; }
Property Value
Message
message
[JsonPropertyName("message")]
public string Message { get; set; }
Property Value
SignatureIndex
signatureIndex
[JsonPropertyName("signatureIndex")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SignatureIndex { get; set; }
Property Value
- long?