Add parse error.
This commit is contained in:
parent
87b7050710
commit
9d3dff38e4
1 changed files with 1 additions and 0 deletions
1
status.h
1
status.h
|
@ -25,6 +25,7 @@ typedef enum {
|
||||||
ST_NO_SUCH_OBJECT = 2,
|
ST_NO_SUCH_OBJECT = 2,
|
||||||
ST_READ_ERROR = 3,
|
ST_READ_ERROR = 3,
|
||||||
ST_WRITE_ERROR = 4,
|
ST_WRITE_ERROR = 4,
|
||||||
|
ST_PARSE_ERROR = 5,
|
||||||
ST_LOG_ERR = 117,
|
ST_LOG_ERR = 117,
|
||||||
ST_DATABASE_FAILURE = 118,
|
ST_DATABASE_FAILURE = 118,
|
||||||
ST_BIND_FAILURE = 119,
|
ST_BIND_FAILURE = 119,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue