MCPcopy Create free account
hub / github.com/parse-community/parse-server / validatorFail

Function validatorFail

spec/CloudCode.Validator.spec.js:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1'use strict';
2const Parse = require('parse/node');
3const validatorFail = () => {
4 throw 'you are not authorized';
5};
6const validatorSuccess = () => {
7 return true;
8};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…