mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Network > SignedExchangeError
Protocol.Network.SignedExchangeError interface
Information about a signed exchange response.
Signature:
export interface SignedExchangeError
Properties
Property | Type | Description |
---|---|---|
errorField | SignedExchangeErrorField | The field which caused the error. |
message | string | Error message. |
signatureIndex | integer | The index of the signature which caused the error. |