Skip to main content

TablesExecutionError

Exception raised when there is an error executing a SQL query.

Parameters

NameDescriptionTypeDefault
errors (required)List of error messages from the database.ListNone
query (required)The SQL query that caused the error.strNone
paramsThe parameters used in the query.ListNone