MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / missingValue

Method missingValue

packages/core/src/errors.ts:200–202  ·  view source on GitHub ↗
(entityName: string, prop: string)

Source from the content-addressed store, hash-verified

198 }
199
200 static missingValue(entityName: string, prop: string): ValidationError {
201 return new CursorError(`Invalid cursor condition, value for '${entityName}.${prop}' is missing.`);
202 }
203}
204
205/** Error thrown when an optimistic lock conflict is detected during entity persistence. */

Callers 2

forMethod · 0.80
createConditionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected