The following table lists the database error codes with a description for each:
-1 |
Database not opened. An internal error occurred within database access. |
2 |
Record not found. |
3 |
Duplicate key. You attempted to create or modify a record that would have resulted in a duplicate of a unique key value. |
5 |
Database server is not available. |
-900 |
Disk space falls below minimum requirement. |
-2005 |
Server unavailable (for example, the server does not exist). |
-2008 |
NCP internal error. An internal error occurred within the NCP. |
-2009 |
The session disconnected. This typically indicates a network error. Verify that the network is still alive and try your application again. |
-2011 |
There is insufficient memory on the client machine. Verify the memory resource. |
-2013 |
You attempted to log in to the server too many times and ran out of sessions. Increase the maximum session limit using rdsadm.exe. |