Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
<internal>
OptimisticLockErrorOptions
Interface OptimisticLockErrorOptions
interface
OptimisticLockErrorOptions
{
message
?:
string
;
modelName
?:
string
;
values
?:
Record
<
string
,
unknown
>
;
where
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
message?
model
Name?
values?
where?
Properties
Optional
message
message
?:
string
Optional
model
Name
model
Name
?:
string
The name of the model on which the update was attempted
Optional
values
values
?:
Record
<
string
,
unknown
>
The values of the attempted update
Optional
where
where
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
message
model
Name
values
where
Documentation
Loading...
The name of the model on which the update was attempted