@nestjs/mongoose
Version:
Nest - modern, fast, powerful node.js web framework (@mongoose)
6 lines • 375 B
JavaScript
export class CannotDetermineTypeError extends Error {
constructor(hostClass, propertyKey) {
super(`Cannot determine a type for the "${hostClass}.${propertyKey}" field (union/intersection/ambiguous type was used). Make sure your property is decorated with a "@Prop({ type: TYPE_HERE })" decorator.`);
}
}
//# sourceMappingURL=cannot-determine-type.error.js.map