Returned when two Customers are simultaneously created or updated with the same email address.

To confirm if the operation was successful, repeat the request.
interface LockedFieldError {
    code: "LockedField";
    field: string;
    message: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "LockedField"
field: string

Field that is currently locked.

message: string

"'$field' is locked by another request. Please try again later."