Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
Amansoni7477030
/
difyies
like
0
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
difyies
/
api
/
controllers
/
common
/
errors.py
Severian
initial commit
a8b3f00
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
167 Bytes
from
werkzeug.exceptions
import
HTTPException
class
FilenameNotExistsError
(
HTTPException
):
code =
400
description =
"The specified filename does not exist."