Signed Exchange Error
data class SignedExchangeError(message: String, signatureIndex: Int?, errorField: SignedExchangeErrorField?)
Content copied to clipboard
Information about a signed exchange response.
Constructors
SignedExchangeError
Link copied to clipboard
fun SignedExchangeError(message: String, signatureIndex: Int? = null, errorField: SignedExchangeErrorField? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard