#
Class: ForeignKeyConstraintViolationExceptioncore.ForeignKeyConstraintViolationException
Exception for a foreign key constraint violation detected in the driver.
#
Hierarchy↳ ForeignKeyConstraintViolationException
#
Constructors#
constructor+ new ForeignKeyConstraintViolationException(previous
: Error): ForeignKeyConstraintViolationException
#
Parameters:Name | Type |
---|---|
previous | Error |
Returns: ForeignKeyConstraintViolationException
Inherited from: ConstraintViolationException
Defined in: packages/core/src/exceptions.ts:10
#
Properties#
code• Optional
code: undefined | string
Inherited from: ConstraintViolationException.code
Defined in: packages/core/src/exceptions.ts:6
#
errmsg• Optional
errmsg: undefined | string
Inherited from: ConstraintViolationException.errmsg
Defined in: packages/core/src/exceptions.ts:10
#
errno• Optional
errno: undefined | number
Inherited from: ConstraintViolationException.errno
Defined in: packages/core/src/exceptions.ts:7
#
message• message: string
Inherited from: ConstraintViolationException.message
Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:974
#
name• name: string
Inherited from: ConstraintViolationException.name
Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:973
#
prepareStackTrace• Optional
prepareStackTrace: undefined | (err
: Error, stackTraces
: CallSite[]) => any
Optional override for formatting stack traces
see
https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces
Inherited from: ConstraintViolationException.prepareStackTrace
Defined in: node_modules/@types/node/globals.d.ts:11
#
sqlMessage• Optional
sqlMessage: undefined | string
Inherited from: ConstraintViolationException.sqlMessage
Defined in: packages/core/src/exceptions.ts:9
#
sqlState• Optional
sqlState: undefined | string
Inherited from: ConstraintViolationException.sqlState
Defined in: packages/core/src/exceptions.ts:8
#
stack• Optional
stack: undefined | string
Inherited from: ConstraintViolationException.stack
Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:975
#
stackTraceLimit• stackTraceLimit: number
Inherited from: ConstraintViolationException.stackTraceLimit
Defined in: node_modules/@types/node/globals.d.ts:13
#
Methods#
captureStackTraceâ–¸ captureStackTrace(targetObject
: object, constructorOpt?
: Function): void
Create .stack property on a target object
#
Parameters:Name | Type |
---|---|
targetObject | object |
constructorOpt? | Function |
Returns: void
Inherited from: ConstraintViolationException
Defined in: node_modules/@types/node/globals.d.ts:4