falcor-router
Version:
A router DataSource constructor for falcor that allows you to model all your cloud data sources as a single JSON resource.
8 lines (7 loc) • 334 B
JavaScript
/*eslint-disable*/
module.exports = {
innerReferences: 'References with inner references are not allowed.',
unknown: 'Unknown Error',
routeWithSamePrecedence: 'Two routes cannot have the same precedence or path.',
circularReference: 'There appears to be a circular reference, maximum reference following exceeded.'
};