Top "Error-handling" questions

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

HTML5 video error handling

I need to tell, whether video cannot be played ("x" sign is shown in browser). This code does't works. "onerror" …

html error-handling html5-video
ASP.NET MVC - How to Preserve ModelState Errors Across RedirectToAction?

I have the following two action methods (simplified for question): [HttpGet] public ActionResult Create(string uniqueUri) { // get some stuff based …

asp.net-mvc error-handling modelstate redirecttoaction http-redirect
Asp.net mvc override OnException in base controller keeps propagating to Application_Error

I am trying to return a view not issue a redirect to the user based on certain errors that could …

c# asp.net-mvc-2 exception-handling error-handling
Custom error pages on asp.net MVC3

I'm developing a MVC3 base website and I am looking for a solution for handling errors and Render custom Views …

asp.net-mvc-3 error-handling
Nginx Error Pages - One Location Rule to Fit Them All?

Having the following nginx vhost config: server { listen 80; listen 443 ssl; server_name default; root /var/www/default/html; error_log /…

nginx error-handling http-status-code-404
What are "cerr" and "stderr"?

What is the difference between them and how are they used? Can anyone point me to examples? Specifically, how do …

c++ c error-handling stderr
What are the best practices for JavaScript error handling?

I'm looking to start making my JavaScript a bit more error proof, and I'm finding plenty of documentation on using …

javascript error-handling
How can I ignore ValueError when I try to remove an element from a list?

How can I ignore the "not in list" error message if I call a.remove(x) when x is not …

python list error-handling elements
What causes VB6 "Run-Time Error '5': Invalid Procedure Call or Argument"

In VB6, users occasionally receive this error and I am unable to reproduce it. Run-Time Error '5': Invalid Procedure …

error-handling vb6 runtime-error citrix
PHP : Custom error handler - handling parse & fatal errors

How can i handle parse & fatal errors using a custom error handler?

php error-handling fatal-error parse-error