| 229 | } |
| 230 | |
| 231 | export class KeyUpdateNotAllowedError extends CollectionOperationError { |
| 232 | constructor(originalKey: string | number, newKey: string | number) { |
| 233 | super( |
| 234 | `Updating the key of an item is not allowed. Original key: "${originalKey}", Attempted new key: "${newKey}". Please delete the old item and create a new one if a key change is necessary.`, |
nothing calls this directly
no outgoing calls
no test coverage detected