Home Reference Source RepositoryJoin us on Slack
public class | source

OptimisticLockError

Extends:

ErrorBaseError → 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