chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / SignedExchangeError

SignedExchangeError

data class SignedExchangeError

Information about a signed exchange response.

Constructors

<init>

Information about a signed exchange response.

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

Properties

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?