PromucFlow_constructor/app/server
Arpit Mohan bdc53195f0 Sending standardized HTTP error codes to the client application. This structure ensures that we can define the http error code, app error code and (in future) localized string when we want to.
Now when we want to send any error message to the client, we should add it to the enum `AppsmithError` and throw an `AppsmithException` by passing this enum value to the constructor. In the future, we can also localize these error messages by defining the template message in a `messages_en.properties` file.
2019-08-28 09:35:06 +00:00
..
src Sending standardized HTTP error codes to the client application. This structure ensures that we can define the http error code, app error code and (in future) localized string when we want to. 2019-08-28 09:35:06 +00:00
.gitignore Adding application-local.properties 2019-03-30 13:08:43 +05:30
pom.xml Renaming Mobtools to Appsmith everywhere for consistency 2019-08-27 15:14:50 +05:30
README.md Initial commit 2019-02-17 05:41:20 +00:00
system.properties Adding the system.properties file for java version 2019-03-30 13:12:49 +05:30

internal-tools-server

This is the server-side repo for the internal tools framework