var err = new Error('this is the huamn readable error'); console.log(err.stack); // => stack jazz console.log(err.message); // => "this is the human readable error";