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

Function invalidClassNameMessage

src/Controllers/SchemaController.js:483–489  ·  view source on GitHub ↗
(className: string)

Source from the content-addressed store, hash-verified

481}
482
483function invalidClassNameMessage(className: string): string {
484 return (
485 'Invalid classname: ' +
486 className +
487 ', classnames can only have alphanumeric characters and _, and must start with an alpha character '
488 );
489}
490
491const invalidJsonError = new Parse.Error(Parse.Error.INVALID_JSON, 'invalid JSON');
492const validNonRelationOrPointerTypes = [

Callers 3

fieldTypeIsInvalidFunction · 0.85
validateNewClassMethod · 0.85
deleteFieldsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…