SignedExchangeError

@Serializable
data class SignedExchangeError(val message: String, val signatureIndex: Int? = null, val errorField: Network.SignedExchangeErrorField? = null)

Information about a signed exchange response.

Constructors

Link copied to clipboard
constructor(message: String, signatureIndex: Int? = null, errorField: Network.SignedExchangeErrorField? = null)

Properties

Link copied to clipboard

The field which caused the error.

Link copied to clipboard

Error message.

Link copied to clipboard
val signatureIndex: Int? = null

The index of the signature which caused the error.