[chore] fix rest api docs and other minor fixes (#902)

This commit is contained in:
Sidharth Mohanty
2023-11-03 22:10:48 +05:30
committed by GitHub
parent 4b8cada873
commit e2546a653d
12 changed files with 42 additions and 159 deletions

View File

@@ -18,4 +18,4 @@ def generate_error_message_for_api_keys(error: ValueError) -> str:
Example: `docker run -e {missing_keys[0]}=xxx embedchain/rest-api:latest`
"""
else:
return "Unknown error occurred."
return "Error: " + str(error)