Skip to content

mcmuffindk/steam-errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

steam-errors

npm version Known Vulnerabilities license npm downloads DigitalOcean

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);
});

About

Turns steam error codes into descriptions

Resources

Stars

Watchers

Forks

Packages

No packages published