OptimisticLockError
Extends:
Error → BaseError → OptimisticLockError
Thrown when attempting to update a stale model instance
Member Summary
Public Members | ||
---|---|---|
public | modelName: string The name of the model on which the update was attempted | |
public | values: object The values of the attempted update | |
public | where: object |
Public Members
public modelName: string source
The name of the model on which the update was attempted
public values: object source
The values of the attempted update
public where: object source
Copyright © 2014–present Sequelize contributors
Licensed under the MIT License.
https://sequelize.org/v4/class/lib/errors/index.js~OptimisticLockError.html