The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
21 views

Is there a way to return error code in addition to error message in rails active record validation?

In rails activerecord validation, normally if a validation fails, it will add an error message in the errors attribute of models, however our clients demands an error code be returned in addition to ...
0
votes
2answers
42 views

c++ serialize std::error_code for transporting over network or saving to disk?

I want to serialize an std::error_code, transport it over the network and deserialize it again. Is there anyway to do this or will I need a translation table (switch-case) which maps integer values ...
0
votes
0answers
29 views

Error Code 67 ISO8583

So now I'm building a ISO8583 Payment Gateway application. This application is a client-server application that can act as a client or server. In this case, I'm handling the client side of the ...
0
votes
1answer
17 views

Windows: Unable to find SAPI error on google

I am using SAPI to make a voice speak text. The error code returned is -2147024888 The method "Speak" for 'ISpeechVoice' failed However I was unable to find this error code on Google. I am not ...
0
votes
0answers
50 views

error Code = 2500 occur when try to get albums from Facebook in my app on iOS 7 app

I am updating my app on iOS 7 and I am trying to get photo albums from facebook and this is my code. FBRequest *stagingRequest1 = [FBRequest requestForGraphPath:[NSString ...
0
votes
2answers
63 views

Is there a built-in way to represent an HRESULT as a winerror.h constant such as E_FAIL?

In my C# code I want to be able to log COMExceptions so that not only hex representation of HRESULTs (for example, 0x80004005) is output but also the corresponding WinError.h define symbol (such as ...
1
vote
2answers
73 views

Is there some guides for designing error code in C

It has confused me for a long time that is there a good way to design error code in C as the return code. I used to use magic number or global macro to define a specific error like using -1 as general ...
2
votes
1answer
106 views

Adaptive Payments Pay API Error 580001

I'm making a PAY request to the paypal adaptive payments API in python and getting a generic error id 580001 with no additional information. headers = { # API credentials for the API ...
1
vote
1answer
29 views

Can the ErrorCode & SQLState combination be considered a unique ID for some exception?

In general, considering ErrorCode & SQLState combination to be a unique ID for a specific exception, is it a safe thing to base your code logic on? Also to be more specific, Does DataDirect ...
1
vote
1answer
67 views

Error: X86CodeEmitter LLVM

I'm having the following problem when I run my program: pseudo instructions should be removed before code emission UNREACHABLE executed at ...
0
votes
1answer
75 views

HTTP Status 500 customise through webapp error page

I have customized error code 403 (client error) through webapp i.e. adding entry in web.xml as below which works fine. <error-page> <error-code>403</error-code> ...
0
votes
0answers
70 views

Custom 400 Bad Request page in web xml

I have a reconfiguration in my web app, in the web.xml file where i point to a custom page 400 page. That page is however not returned but the default one is. Here is my configuration in the ...
0
votes
2answers
86 views

WSO2 ESB unknown error code 102511

I have recently upgraded WSO2 ESB to version 4.7 on the Windows Server 2008 R2 and encountered the next error while simply proxying SOAP request to an endpoint: Receiving response while the handler ...
2
votes
2answers
54 views

I there a microsoft resource for translated Windows Winapi/Win32/system error messages?

It is easy enough to find the lists of system errors in English: http://msdn.microsoft.com/en-us/library/cc231199.aspx ...
0
votes
1answer
112 views

Evernote -3000 error, status code 201, stopping users from authenticating

This error only seems to happen to some users, and I'm unsure how many. The ones who do receive it, receive it continually. I have the method: authenticateWithViewController:completionHandler: And ...

15 30 50 per page