puppeteer/docs/api/puppeteer.protocolerror.code.md

170 B

sidebar_label
ProtocolError.code

ProtocolError.code property

Signature:

class ProtocolError {
  set code(code: number | undefined);
}