DatabaseObjectExistsException
Hierarchy
- ServerException
- DatabaseObjectExistsException
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
previous: Error
Returns DatabaseObjectExistsException
Properties
optionalinheritedcause
optionalinheritedcode
optionalinheritederrmsg
optionalinheritederrno
inheritedmessage
inheritedname
optionalinheritedsqlMessage
optionalinheritedsqlState
optionalinheritedstack
staticoptionalinheritedprepareStackTrace
Optional override for formatting stack traces
Type declaration
Parameters
err: Error
stackTraces: CallSite[]
Returns any
staticinheritedstackTraceLimit
Methods
staticinheritedcaptureStackTrace
Create .stack property on a target object
Parameters
targetObject: object
optionalconstructorOpt: Function
Returns void
Base class for all already existing database object related errors detected in the driver.
A database object is considered any asset that can be created in a database such as schemas, tables, views, sequences, triggers, constraints, indexes, functions, stored procedures etc.