I am running a WebSql query that contains an error; When i console.log(error)
I get the following error message
could not execute statement (20 datatype mismatch)
- What i need to know is what is that 20 in front of the message.
- How do I know on which field the error has occured?
here is the complete log of the error
SQLError {message: "could not execute statement (20 datatype mismatch)", code: 1, UNKNOWN_ERR: 0, DATABASE_ERR: 1, VERSION_ERR: 2, CONSTRAINT_ERR: 6DATABASE_ERR: 1, QUOTA_ERR: 4, SYNTAX_ERR: 5, TIMEOUT_ERR: 7, TOO_LARGE_ERR: 3, UNKNOWN_ERR: 0}