The tag has no wiki summary.

learn more… | top users | synonyms (1)

3
votes
0answers
106 views

Cannot run Frank tests on device, although Frankified app is on device

I have gone through the instructions provided by Ted on this group. When I put in the following, with my path to the .app: ./fruitstrap -d -b ...
0
votes
1answer
30 views

Gruntfile getting error codes from programs serially

I want to create a grunt file that runs 3 grunt tasks serially one after another regardless of whether they fail or pass. If one of the grunts task fails, I want to return the last error code. I ...
1
vote
1answer
83 views

Inserting data into table returns error code 195

This question results from advice I received in this one, namely the changing of my error code definition and going from there. My problem: when trying to insert data into a table, I receive SQLCODE ...
0
votes
1answer
37 views

ZendSoapServer looses Error Code when throwing an Exception / SoapFault

I have a Zend Backend & a Zend Frontend, both communicating over SOAP. An Exception on the backend, should throw an Exception / SoapFault on the Frontend. This works with the Error-Message, but ...
0
votes
1answer
68 views

Ads API - Custom Audiences - Error Code #U8i8

We had a client using the Ads API to upload a batch of phone numbers for Custom Audiences who received the error code #U8i8 without any additional information. Cluster ID was 6006341262522. We also ...
-2
votes
1answer
31 views

Spotify error message display in iPhone app [closed]

I am implementing spotify in my iPhone app using CocoaLibSpotify library. I need to show the error messages specified in the guideline ...
0
votes
1answer
87 views

pthread error numbers: negated or not?

Looking at documentation for pthread_* functions such as pthread_rwlock_destroy and many others, this is how the documentation is worded: RETURN VALUE If successful, the ...
0
votes
0answers
57 views

Error when trying to Retrieve project PHP Asana Class

Am using this class to get projects and its task. Am getting the project successfully. But when trying to get the tasks its returns. Error while trying to connect to Asana, response code: 400 ...
0
votes
1answer
88 views

DB2 delete statement error when row not present

Folks, In DB2 9.x, delete statement works normally and gives successful return code if the particular row is present. But if the row is not present, it returns non-zero ie Say EmployeeTable doesn't ...
-7
votes
1answer
66 views

C# update error quiz

Can anyone tell me what the problem is in this update code? I couldn't find the error, help me, please. private void cmdUpdate_Click(object sender, EventArgs e) { int intUpdate = 0; //check=0; ...
0
votes
0answers
6 views

AEERR_NOT_INITIALIZED header file

Does anyone know where this error code is defined for windows - AEERR_NOT_INITIALIZED? They have it in several msdn docs: http://msdn.microsoft.com/en-us/library/windows/desktop/dd408138(v=vs.85).aspx ...
1
vote
1answer
336 views

MySQL Error Code: 1193. Unknown system variable

Ok so i'm working on triggers, and it tells me it(MySQL workbench 5.2) doesn't recognize this variable. *Error Code: 1193. Unknown system variable error_msg_3* I think it would be correct using it in ...
2
votes
1answer
451 views

Mac OS X: What is “Trace/BPT trap: 5” [closed]

What does "Trace/BPT trap: 5" mean, when a Mac OS X application suddenly exits? Searching the web I only found out that a lot of applications exit like this (ruby, postgres) but only find application ...
0
votes
1answer
75 views

is there a way to get winapi error flags as strings?

I mean these: http://msdn.microsoft.com/en-us/library/windows/desktop/ms681382(v=vs.85).aspx Here are three pieces of data to every error: 0 (0x0) ERROR_SUCCESS The operation completed successfully. ...
0
votes
0answers
27 views

Ajax errorcode 100 in Chrome

Big complex app, lots of ajax. Under certain circumstances, some specific ajax requests identical to ones that have recently run fine come back with responseText and responseXML both null, status of ...
0
votes
1answer
2k views

Error Code: 1062. Duplicate entry '1' for key 'PRIMARY'

I have a problem on this error message, when i try this: INSERT INTO `PROGETTO`.`UFFICIO-INFORMAZIONI` (`ID`, `viale`, `num_civico`, `data_apertura`, `data_chiusura`, `orario_apertura`, ...
0
votes
1answer
56 views

Error codes in WSO2 Data Service

Is there any link or reference to WSO2 Data Service error codes ? I am getting error code '401000'. I need to know what exactly mean by that error code.
0
votes
1answer
101 views

Unable to unpack/unzip the zip file from a http request

I'm making a http request that will return all my files zipped. However, after attempting to open the zip file, it returns to be an integer. $zip = zip_open("http://this/returns/zip/file"); ...
2
votes
1answer
75 views

Convert error codes to text in iOS

I have a wrapper for encrypting and decrypting using CommonCryptor. Occasionally the decryption process will fail, in which case I fill an error like so: if (result == kCCSuccess) { ...
2
votes
1answer
516 views

Error (Error Code: 1175) during executing update command on table using MySQL Workbench 5.2

I'm using MySQL Server5.5 in which MySQL Workbench 5.2 CE is included. I'm using MySQL Workbench 5.2 . I have a table named user in DB. I executed the following command on SQL Editor at MySQL ...
1
vote
1answer
87 views

Having error codes option in C++ library for performance

I have written a C++ File Library which have exception and error codes. Exceptions can be disabled when the program is running. In that case, the user have to check the error codes. Of course, when ...
2
votes
0answers
226 views

gSoap + HTTP Error: 400 Bad Request : Causes?

I am getting an error when i make a call like soap_call__ns2_HelloWorld(&soap,NULL,NULL,&req,&resp) Error 400 fault: SOAP-ENV:Client [no subcode] "HTTP Error: 400 Bad Request" Detail: ...
0
votes
0answers
161 views

Facebook open graph 3.1 error code = 5 when posting an action iOS

Recently I updated from the FBConnect (sharekit) to Open Graph 3.1 in order to post custom graph objects to user pages. When using FBConnect (sharekit) everything was working fine. The permissions I ...
0
votes
1answer
220 views

513 Error Code (exit code) FxCop using C#

I have VS2010, Windows 7 bits, FxCop 10.0 I execute Fxcopcmd.exe using Process.Start, and I get 513 "exitcode" (error code) value. Todd King in below reference says: In this case an exit code of ...
1
vote
0answers
120 views

Python: binary string error simulation

I am currently writing a test for validating some error-correcting code: inputData1 = "1001011011" inputData2 = "1001111011" fingerPrint1 = parityCheck.getParityFingerprint(inputData1) ...
1
vote
0answers
98 views

WP7 BackgroundAudioPlayer error code

When using BackgroundAudioPlayer in Windows Phone 7 application. It sometimes cause errors, and OnError will handle it. The problem is that it show only the error code, and we can't know about it. ...
0
votes
3answers
110 views

what is meaning of error(1,-17)? [duplicate]

Possible Duplicate: android:mediaplayer error(1, -17) error(1,-17) I am using mediaplayer in my app and sometimes I got error(1,-17) in my logcat anyone has any idea what it means ? ...
1
vote
3answers
46 views

Return from parameter and scope

I have a function where I would like to retrieve a string from a function and return an error code: int Connection::RecvMsg(std::string* buffer) { buffer = &RecvBuffer.front(); ...
0
votes
1answer
206 views

Facebook Feed Dialog Returns API Error Code: 191

In my Facebook App I'll always get the following error : An error occurred. Please try again later. API Error Code: 191 API Error Description: The specified URL is not owned by the application ...
1
vote
2answers
51 views

Best Practice: HTTP code for user exceeding usage limitation

This is a somewhat simple question, but sadly I have not been able to find a concrete answer thus far. We are constructing an API (we're not in production yet) which returns a large amount of data ...
1
vote
2answers
88 views

How can I exit my Dart (vm) program?

(Sorry, I know that is this is mostly a repeat of John Evan's question, but the previous answer must now be outdated.) I'd like to be able to specify an exitCode and leave the my (vm) program if a ...
0
votes
0answers
183 views

Android ARTSP err = 110 (Connection timed out) on Media Player

I am playing an RTSP link on media player. I am getting the RTSP link but I am not able to play it. Here is my code : My code for playing rtsp link The error is : E/ARTSPConnection(125): err = ...
0
votes
2answers
69 views

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/a8107556/public_html/index.php on line 5 [duplicate]

I am having a problem with a page that i've been working on and i get that error. Can someone please help? Thanks <?php include 'connect.php'; $desc1 = mysql_query("SELECT * FROM desc WHERE ...
0
votes
1answer
130 views

When a socket error occur, how to get its errorcode from the exception?

Codes like this: import socket, sys try: address = ('127.0.0.1', 31500) s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect(address) except Exception: errType, ...
0
votes
2answers
197 views

Get insert error code on sqlite

How can i run a sql statement on a sqlite database (in android) and get the result of the query? I need to know for sure if the query was executed or not. I came up with : db.execSQL(sql); but ...
0
votes
0answers
65 views

ASP.NET theme writes css link incorrectly during 404 error

I have an WebForms project where a client wanted a google result removed. In order to do so, I had to create a new error page that actually returned 404 instead of 200. I set the Theme to the only ...
0
votes
1answer
264 views

'net stop spooler' fails with exit code 259

I launch 'net stop spooler' using CreateProcess from my C++ program. It fails and the exit code is 259. Anyone know what that error code means? Also if someone can give me a link to some ...
2
votes
3answers
961 views

MediaRecorder “start failed -12”

So I have been working on a recording module for a larger application. It's fully functional on most devices, but there is one batch of phones that simply refuse recording. Whenever I start the ...
0
votes
1answer
223 views

WinAPI CreateFileA error code 0xdf

I have a mapped Webdav Drive and i can't open file for reading using CreateFileA(file_path, FILE_READ_DATA, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); i am still getting ...
2
votes
1answer
247 views

BSOD Error Code Explanation

I am retrieving system failure information from the event logs for diagnosis of system crash and displaying a list of possible issues. In a generic BSOD, what do the four hex values in brackets ...
1
vote
3answers
181 views

Pythonic way of rewrite Java code in Python

I have to write a library in python which was written in Java before. Coming from a Java background python is giving me a little difficult time. I am stuck with choosing the right pythonic way of ...
0
votes
1answer
443 views

PayPal Chained payments error 520009

I am trying to setup a chained payment app, and got the application approved. I was hoping that like in parallel payments, chained payments can have users with or without a registered paypal account. ...
0
votes
0answers
165 views

Android asset (DB) not pushed to phone

I try to get my sqlite database pushed to my android phone. I have put the database to the assets folder in the eclipse project. Im following this guide : ...
0
votes
1answer
84 views

SQLite >1 Column Table errorcode = 1

I have a problem creating a database with 2 columns. In the first one there should be a name and in the second one a number. Creating the name database is no problem, but when I try to add the second ...
1
vote
3answers
559 views

How to define custom error codes in C(++)

I'm desperately trying to define custom error codes in C(++). As for the project I'm working on it's forbidden to use Exceptions and Signals and any other approach which could allocate dynamic ...
2
votes
1answer
174 views

Custom 404 error page with same URL

How would one go about enabling a custom 404 page on a 404 request, while retaining the same URL in the address bar instead of it looking something along the lines of ...
1
vote
0answers
259 views

facebook wall post error 341

I am getting following error while posting on a friends wall, saying "Feed action request limit reached ". What is the exact limit of doing such feed reqest? Where can I find documentation related to ...
0
votes
2answers
2k views

SqlException ErrorCodes

I have a question, and it is not a problem. My database have some restrictions, as unique names (Column that stores the name of something that must be unique) When inserting or updating, the db ...
1
vote
1answer
706 views

Use JSF to generate HTTP Error Code pages as well as Exception Error pages?

I understand that it is possible to serve a custom Error 404 page using configuration in web.xml like so: <error-page> <error-code>404</error-code> ...
4
votes
2answers
143 views

What is the difference between warning codes cs0618 and cs0612

I have seen both of the following warning codes being thrown for utilization of code marked obsolete. cs0618 and cs0612. 0618 is Level 2 and 0612 is level 1 according to the documentation. Does ...

1 2 3