PromucFlow_constructor/app/client/src/constants/errors.ts
2019-10-07 18:49:29 +05:30

4 lines
153 B
TypeScript

export const DEFAULT_ERROR_MESSAGE = "There was an error";
export const DEFAULT_ACTION_ERROR = (action: string) =>
`Incurred an error when ${action}`;