Class SignedExchangeError
Information about a signed exchange response.
public sealed class SignedExchangeError
- Inheritance
-
SignedExchangeError
- Inherited Members
Properties
ErrorField
The field which caused the error.
[JsonPropertyName("errorField")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SignedExchangeErrorField? ErrorField { get; set; }
Property Value
Message
Error message.
[JsonPropertyName("message")]
public string Message { get; set; }
Property Value
SignatureIndex
The index of the signature which caused the error.
[JsonPropertyName("signatureIndex")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SignatureIndex { get; set; }
Property Value
- long?