Top "Error-code" questions

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

Convenient way to show OpenCL error codes?

As per title, is there a convenient way to show readable OpenCL error codes? Being able to convert codes like …

opencl error-code
SCRIPT7002: XMLHttpRequest: Network Error 0x2ee7, Could not complete the operation due to error 00002ee7

I got this error in Microsoft Edge. What does it mean? Searching online mostly gives me threads about people encountering …

xmlhttprequest microsoft-edge error-code
Where can I find a list of all windows error codes?

In a previous question, I asked what it meant when my program returned an obscure value like -1073741819 Well, now …

windows error-code
The development server returned response error code: 500 in react-native

I'm making react-native app with my frd. So I got the code my frd first made and I wanted to …

react-native error-code
Use cases for std::error_code

Lately I've been converting some libraries to use the <system_error> facilities in C++11. I'm having difficulty understanding …

c++ c++11 error-code
Is it possible to convert a boost::system::error_code to a std:error_code?

I want to replace external libraries (like boost) as much as possible with their equivalents in standard C++ if they …

c++ boost std error-code
Difference between Linux errno 23 and Linux errno 24

What is the difference between these 2 linux errors in errno.h? 23 and 24 I tried 2 different sites but can't understand difference …

c linux sockets error-code errno
Error code from Throwable - Android

How can I get the error code from the Throwable public void onFailure(Throwable exception) { } I saw that we can …

android error-code throwable
Chrome Fail Error Codes

I've been searching for a while now and I can't find the exact list of all fail to load error …

google-chrome error-code
My server exited with code 137

I wrote a C++ server/client pair using C++11, boost::asio and HDF5. The server was running fine for a …

c++ linux boost-asio exit-code error-code