Tagged “errors”
-
TIL 404 errors actually have more specific causes trivia errors
IIS 7.0 and later versions define the following HTTP status codes that indicate a more specific cause of an error 404, like 404.1 - Site Not Found & 404.2 - ISAPI or CGI restriction.
-
TIL that 2^24 items will cause a interesting error math javascript errors
Obviously there's not much real use-cases. But that's the fun of finding limitations.
-
TIL not ignoring errors errors
Doing nothing with a caught error doesn't give you the ability to ever fix or react to said error.
See all tags.