Commit graph

9 commits

Author SHA1 Message Date
521322a013
Handle all HTTP codes, not just 404 2022-03-17 17:42:05 -05:00
5a69625e9c Update Error Codes and Err.cs 2021-02-06 17:04:50 -06:00
960e23aafa Added WebClient Request Error Code 2021-02-06 13:47:41 -06:00
8f1fb753d2 Added Unique Error for 404 HTTP Responces. Updated libWiiSharp.dll 2021-02-06 12:33:50 -06:00
894554baf6 Fixed some typos, added a personally modified version of libWiiSharp capable of taking CETK files that already exist 2020-12-28 21:59:06 -06:00
Shadow Eevee
f1883ba53c Begin Exit Code Linux Fix, add Copyright notice for latest contributions, update README.txt 2020-04-03 12:58:15 -05:00
Shadow Eevee
588a692b05 Added an error and proper codes for not having all the files when packing a wad.
Added an error and proper codes for not having all the files when packing a wad. Previously would return the cryptic "Index was outside the bounds of the array." error.
2020-03-08 22:00:28 -07:00
Shadow Eevee
20ba9c53ec Fixed mislabled exit codes
Fixed mislabled exit codes (Exit Codes were 1601 to 1628, needed 16001 to 16028 to prevent OS exit code interferance.)
2020-03-08 11:17:24 -07:00
Shadow Eevee
f9198444e2 Added custom exit codes.
Added custom exit codes, which allow headless scripts to use Sharpii easier. Exit Codes do NOT interfere with normal system exit codes. (System exit codes are 15999 and below, Custom exits are 16001+.)
2020-03-07 21:44:10 -08:00