DatabaseError
Extends:
Error → BaseError → DatabaseError
Direct Subclass:
A base class for all database related errors.
Member Summary
Public Members | ||
---|---|---|
public | original: Error | |
public | parent: Error | |
public | sql: string The SQL that triggered the error |
Public Members
public original: Error source
public parent: Error source
public sql: string source
The SQL that triggered the error
Copyright © 2014–present Sequelize contributors
Licensed under the MIT License.
https://sequelize.org/v4/class/lib/errors/index.js~DatabaseError.html