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