Features:
-
Return errors with custom codes so you can check for specific errors like so:
if ( exception.code === codes.SOME_ERROR_CODE )
more easily
Changes:
- Return
ITEM_NOT_FOUNDError when steam returnssuccesswithout values
Return errors with custom codes so you can check for specific errors like so:
if ( exception.code === codes.SOME_ERROR_CODE )more easily
ITEM_NOT_FOUND Error when steam returns success without values