export const ERROR_MESSAGE_SELECT_ACTION = "Please select an action"; export const ERROR_MESSAGE_SELECT_ACTION_TYPE = "Please select an action type"; export const ERROR_MESSAGE_CREATE_APPLICATION = "We could not create the Application"; export const API_PATH_START_WITH_SLASH_ERROR = "Path cannot start with /"; export const FIELD_REQUIRED_ERROR = "This field is required"; export const VALID_FUNCTION_NAME_ERROR = "Action name is not a valid function name"; export const UNIQUE_NAME_ERROR = "Action name must be unique"; export const WIDGET_TYPE_VALIDATION_ERROR = "Value does not match type";