We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55740a commit ebae535Copy full SHA for ebae535
packages/runtime/src/enhancements/policy/policy-utils.ts
@@ -580,7 +580,7 @@ export class PolicyUtil extends QueryUtils {
580
}
581
582
if (typeof provider !== 'function') {
583
- throw this.unknownError(`unable to ${operation} checker for ${model}`);
+ throw this.unknownError(`unable to load ${operation} checker for ${model}`);
584
585
586
// call checker function
0 commit comments