Merge pull request #749 from AppFlowy-IO/feat/single-file-upload-limit

chore: add single upload limit
This commit is contained in:
Zack 2024-08-26 17:40:00 +08:00 committed by GitHub
commit 952a918895
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ pub enum ErrorCode {
#[cfg(feature = "sqlx_error")] #[cfg(feature = "sqlx_error")]
SqlxArgEncodingError = 1035, SqlxArgEncodingError = 1035,
InvalidContentType = 1036, InvalidContentType = 1036,
SingleUploadLimitExceeded = 1037,
} }
impl ErrorCode { impl ErrorCode {