steam-errors steam-errors is a npm package used to ease the understanding og steam errors Installation npm install steam-errors Usage const steamErrors = require('steam-errors'); steamErrors(1, (err, errorObject) => { if(err){ throw err; } console.log(errorObject); });