PromucFlow_constructor/app/client/src/constants/errors.ts

4 lines
153 B
TypeScript
Raw Normal View History

2019-10-07 12:29:38 +00:00
export const DEFAULT_ERROR_MESSAGE = "There was an error";
export const DEFAULT_ACTION_ERROR = (action: string) =>
`Incurred an error when ${action}`;