Top "Error-code" questions

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

Login to Microsoft SQL Server Error: 18456

I am getting this error while trying to connect to the SQL Server. Microsoft SQL Server Error: 18456 Can anybody tell …

sql-server connection error-code
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`, `…

mysql mysql-workbench error-code mysql-error-1062
REST API error code 500 handling

We are building a new REST API. I was arguing that error code 500 (Internal Server Error) should never be returned. …

api rest http error-handling error-code
Error in na.fail.default: missing values in object - but no missing values

I am trying to run a lme model with these data: tot_nochc=runif(10,1,15) cor_partner=factor(c(1,1,0,1,0,0,0,0,1,0)) age=runif(10,18,75) …

r missing-data error-code nlme
Comprehensive list of rsync error codes

I'm writing a script that does daily snapshots of users' home directories. First I do a dry run using: rsync …

linux rsync error-code
How can I get php to return 500 upon encountering a fatal exception?

PHP fatal errors come back as status code 200 to the HTTP client. How can I make it return a status …

php error-handling error-code
Process finished with exit code -1073741515 (0xC0000135)

I'm running a python script and it used to work (it even does on my other laptop right now) but …

python pygame pycharm error-code
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 …

mysql sql-update mysql-workbench error-code
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 …

mysql mysql-workbench error-code mysql-error-1193
Process finished with exit code -1073741571

I have a recursion function which is finding Eulerian Path. I do not think that the definition of the function …

python recursion error-code