feat: add file write exception in schematics

pull/5222/head
Arman Ozak 5 years ago
parent 87e61eb268
commit 992932a813

@ -1,5 +1,6 @@
export const enum Exception {
FileNotFound = '[File Not Found] There is no file at "{0}" path.',
FileWriteFailed = '[File Write Failed] Cannot write file at "{0}".',
InvalidModule = '[Invalid Module] Backend module "{0}" does not exist in API definition.',
InvalidApiDefinition = '[Invalid API Definition] The provided API definition is invalid.',
InvalidWorkspace = '[Invalid Workspace] The angular.json should be a valid JSON file.',

Loading…
Cancel
Save