ScalarDB SQL Error Codes
This page provides a list of error codes in ScalarDB SQL.
Error code classes and descriptions​
| Class | Description |
|---|---|
DB-SQL-1xxxx | Errors for the user error category |
DB-SQL-1xxxx status codes​
The following are status codes and messages for the user error category.
DB-SQL-10000​
Message
The namespace does not exist. Namespace: %s
DB-SQL-10001​
Message
The table does not exist. Table: %s
DB-SQL-10002​
Message
The column %s does not exist
DB-SQL-10003​
Message
The column does not exist. Table: %s; Column: %s
DB-SQL-10004​
Message
The column index is out of bounds. Index: %d; Size: %d
DB-SQL-10005​
Message
A positional bind marker is not allowed when binding named values
DB-SQL-10006​
Message
A named bind marker is not allowed when binding positional values
DB-SQL-10007​
Message
Cannot convert BLOB values to SQL. Please use a bind marker for a BLOB value and bind it separately