Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
zhzabcd
/
dify-run
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f8b477a
dify-run
/
api
/
controllers
/
files
/
error.py
Severian
initial commit
a8b3f00
4 months ago
raw
Copy download link
history
blame
197 Bytes
from
libs.exception
import
BaseHTTPException
class
UnsupportedFileTypeError
(
BaseHTTPException
):
error_code =
"unsupported_file_type"
description =
"File type not allowed."
code =
415