cambsull / SteamWebAPILibrary

A JavaScript Library to make calls to the Steam Web API easier
https://cambsull.github.io/SteamWebAPILibrary/
MIT License
4 stars 2 forks source link

Update error handling #9

Closed cambsull closed 4 months ago

cambsull commented 4 months ago

As an Engineer,

I want: to be sure that the errors produced by my library are consistent and cover all possibilities.

Because: a user may get an error that is not caused by what is currently hard-coded into the error message, which may cause confusion.

Acceptance criteria: All library methods should have an identical, generic error handling message such as ("The server returned an error: ", error).