@fabrix/spool-tapestries
Version:
Spool - Tapestries, Easy RESTful Services
17 lines (16 loc) • 578 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.errors = {
'Tapestry.UnknownModel': {
message: 'The Model specified in this request is not defined in the API',
statusCode: 404
},
'Tapestry.UnknownParentModel': {
message: 'The Parent Model specified in this association request is not defined in the API',
statusCode: 404
},
'Tapestry.UnknownChildModel': {
message: 'The Child Model specified in this association request is not defined in the API',
statusCode: 404
}
};