if (cause) {
        this.emit('warning', Object.assign(new Error('Wasn\'t able to lookup the interfaces.'), {
          code: 'ENICTYPE',
          cause: cause.stack || cause
        }))