public class SignedExchangeError extends Object
| Constructor and Description |
|---|
SignedExchangeError() |
| Modifier and Type | Method and Description |
|---|---|
SignedExchangeErrorField |
getErrorField()
The field which caused the error.
|
String |
getMessage()
Error message.
|
Integer |
getSignatureIndex()
The index of the signature which caused the error.
|
void |
setErrorField(SignedExchangeErrorField errorField)
The field which caused the error.
|
void |
setMessage(String message)
Error message.
|
void |
setSignatureIndex(Integer signatureIndex)
The index of the signature which caused the error.
|
public String getMessage()
public void setMessage(String message)
public Integer getSignatureIndex()
public void setSignatureIndex(Integer signatureIndex)
public SignedExchangeErrorField getErrorField()
public void setErrorField(SignedExchangeErrorField errorField)
Copyright © 2020. All rights reserved.