data class SignedExchangeError
Information about a signed exchange response.
<init> |
Information about a signed exchange response. SignedExchangeError(message: String, signatureIndex: Int? = null, errorField: SignedExchangeErrorField? = null) |
errorField |
The field which caused the error. val errorField: SignedExchangeErrorField? |
message |
Error message. val message: String |
signatureIndex |
The index of the signature which caused the error. val signatureIndex: Int? |