Class SignedExchangeError
Information about a signed exchange response.
public sealed record SignedExchangeError : IEquatable<SignedExchangeError>
- Inheritance
-
SignedExchangeError
- Implements
- Inherited Members
Constructors
SignedExchangeError(string)
Information about a signed exchange response.
public SignedExchangeError(string Message)
Parameters
MessagestringError message.
Properties
ErrorField
The field which caused the error.
public SignedExchangeErrorField? ErrorField { get; init; }
Property Value
Message
Error message.
public string Message { get; init; }
Property Value
SignatureIndex
The index of the signature which caused the error.
public long? SignatureIndex { get; init; }
Property Value
- long?