Top "Error-handling" questions

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

How do I log errors and warnings into a file?

How do I turn on all error and warnings and log them to a file, but to set up all …

php error-handling
PHP Notice: Undefined offset: 1 with array when reading data

I am getting this PHP error: PHP Notice: Undefined offset: 1 Here is the PHP code that throws it: $file_handle = …

php error-handling syntax-error undefined fatal-error
Eclipse returns error message "Java was started but returned exit code = 1"

I just downloaded and dearchived android SDK for Windows. I`m currently using W8 64x.

java eclipse error-handling
Is there a TRY CATCH command in Bash

I'm writing a shell script and need to check that a terminal app has been installed. I want to use …

bash shell error-handling
Detailed 500 error message, ASP + IIS 7.5

IIS 7.5 , 2008rc2, classic asp, 500 error msg: The page cannot be displayed because an internal server error has occurred. I need …

asp-classic error-handling iis-7.5
Error 1053: the service did not respond to the start or control request in a timely fashion

I have recently inherited a couple of applications that run as windows services, and I am having problems providing a …

windows error-handling windows-services timeout
Error handling in Bash

What is your favorite method to handle errors in Bash? The best example of handling errors I have found on …

bash error-handling scripting error-logging
VBScript -- Using error handling

I want to use VBScript to catch errors and log them (ie on error "log something") then resume the next …

vbscript error-handling
Are there any standard exit status codes in Linux?

A process is considered to have completed correctly in Linux if its exit status was 0. I've seen that segmentation faults …

linux error-handling exit-code
Automatic exit from bash shell script on error

I've been writing some shell script and I would find it useful if there was the ability to halt the …

bash shell error-handling exit