pl.wendigo.chrome.api.network / SignedExchangeError

SignedExchangeError

data class SignedExchangeError (source)

Information about a signed exchange response.

Link
Network#SignedExchangeError type documentation.

Constructors

<init>

SignedExchangeError(message: String, signatureIndex: Int? = null, errorField: SignedExchangeErrorField? = null)

Information about a signed exchange response.

Properties

errorField

val errorField: SignedExchangeErrorField?

The field which caused the error.

message

val message: String

Error message.

signatureIndex

val signatureIndex: Int?

The index of the signature which caused the error.