OptimisticLockError

Extends:

lib/errors/empty-result-error.js~BaseError → OptimisticLockError

Thrown when attempting to update a stale model instance

Member Summary

Public Members
public

The name of the model on which the update was attempted

public

The values of the attempted update

public

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/v5/class/lib/errors/optimistic-lock-error.js~OptimisticLockError.html