-
public final class SignedExchangeErrorInformation about a signed exchange response.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringmessageprivate final IntegersignatureIndexprivate final SignedExchangeErrorFielderrorField
-
Constructor Summary
Constructors Constructor Description SignedExchangeError(String message, Integer signatureIndex, SignedExchangeErrorField errorField)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final SignedExchangeErrorFieldcomponent3()final SignedExchangeErrorcopy(String message, Integer signatureIndex, SignedExchangeErrorField errorField)final StringgetMessage()Error message. final IntegergetSignatureIndex()The index of the signature which caused the error. final SignedExchangeErrorFieldgetErrorField()The field which caused the error. -
-
Constructor Detail
-
SignedExchangeError
SignedExchangeError(String message, Integer signatureIndex, SignedExchangeErrorField errorField)
-
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
component3
final SignedExchangeErrorField component3()
-
copy
final SignedExchangeError copy(String message, Integer signatureIndex, SignedExchangeErrorField errorField)
-
getMessage
final String getMessage()
Error message.
-
getSignatureIndex
final Integer getSignatureIndex()
The index of the signature which caused the error.
-
getErrorField
final SignedExchangeErrorField getErrorField()
The field which caused the error.
-
-
-
-