Home Reference Source
import ElectronGetResError from 'node-warc/lib/utils/electronGetResError.js'
public class | source

ElectronGetResError

Extends:

Error → ElectronGetResError

Electron debugger errors passed to the callback are plain objects not Errors but contain information concerning the error.

Constructor Summary

Public Constructor
public

constructor(oError: Object, rid: string)

Member Summary

Public Members
public

the original error object supplied to the callback

public

the request id of the request retrieval of the response body failed for

Public Constructors

public constructor(oError: Object, rid: string) source

Params:

NameTypeAttributeDescription
oError Object

the error supplied to the callback

rid string

the request id of the request retrieval of the response body failed for

Public Members

public oError: Object source

the original error object supplied to the callback

public rid: string source

the request id of the request retrieval of the response body failed for