Top "Error-code" questions

An error code is a value returned to provide context on why an error occurred.

What is the minimum number of bits needed to correct all 2 bit errors?

I learned about hamming codes and how to use them to correct 1 bit errors and detect all 2 bit errors, but …

error-correction error-code hamming-code
What HTTP error code to return for name already taken?

I'm doing an AJAX call to set the username. If the username is already taken what HTTP code should I …

http error-code
How do you make sense of the error: cannot convert from 'int []' to 'int []'

When compiling the following code: void DoSomething(int Numbers[]) { int SomeArray[] = Numbers; } the VS2005 compiler complains with the error C2440: …

c++ arrays visual-studio-2005 pointers error-code
What are error -10004 and error -10000 in Applescript

I have an Applescript that is working on my computer, but not on my colleague's. I get two errors when …

path applescript error-code osascript
Error code 487 (ERROR_INVALID_ADDRESS) when using VirtualAllocEX

I'm trying to use VirtualAllocEx(). When I set dwSize (the third parameter) to a number larger than about 63 MB, it …

winapi memory-management error-code
Error code 141 with tar

tar -xvzf $filename.tar.gz || { exit $?; } Here my scripts would exit with errorCode 141. I am using Fedora Core 6 with tar …

tar error-code
Descriptions of error codes returned by regsvr32

Where can I find documentation that describes the meaning of error codes returned by regsvr32, such as 0x80070716?

documentation error-code regsvr32
What is the meaning of 6E 00 when I send a command to a SmartCard

I try to access a SmartCard via C++. I got already the Connection and the CardHandle. But when I send …

c++ smartcard error-code smartcard-reader apdu
Apache/PHP returns HTTP Status Code 200 on error pages

I'm running PHP 5.4 on CentOS 7 and when there is a php file that throws an error (either an exception, or …

php apache error-code