Top "Error-handling" questions

Programming language constructs designed to handle errors signaled by error codes, exceptions or other language specific means.

How do I get PHP errors to display?

I have checked my PHP ini file (php.ini) and display_errors is set and also error reporting is E_…

php error-handling syntax-error error-reporting
400 BAD request HTTP error code meaning?

I have a JSON request which I'm posting to a HTTP URL. Should this be treated as 400 where requestedResource field …

rest http error-handling http-status-code-400
Where does PHP store the error log? (php5, apache, fastcgi, cpanel)

I am on shared hosting and have Cpanel, Apache, PHP is run by fastcgi. Where does PHP store the error …

error-handling php
How to print an exception in Python?

try: something here except: print('the whatever error occurred.') How can I print the error/exception in my except: …

python exception error-handling
How can I get useful error messages in PHP?

Quite often I will try and run a PHP script and just get a blank screen back. No error message; …

php debugging error-handling
How to get the jQuery $.ajax error response text?

I am sending an error response to my jQuery. However, I can not get the response text (in the example …

php javascript jquery ajax error-handling
Does a finally block always get executed in Java?

Considering this code, can I be absolutely sure that the finally block always executes, no matter what something() is? try { …

java error-handling return try-catch-finally
How can I exclude all "permission denied" messages from "find"?

I need to hide all permission denied messages from: find . > files_and_folders I am experimenting when such message …

bash error-handling find file-permissions
Deploying website: 500 - Internal server error

I am trying to deploy an ASP.NET application. I have deployed the site to IIS, but when visiting it …

asp.net iis error-handling
How to solve the error LNK2019: unresolved external symbol - function?

I get this error, but I don't know how to fix it. I'm using Visual Studio 2013. I made the solution …

c++ testing error-handling lnk2019