Merge pull request #749 from AppFlowy-IO/feat/single-file-upload-limit
chore: add single upload limit
This commit is contained in:
commit
952a918895
|
|
@ -316,6 +316,7 @@ pub enum ErrorCode {
|
|||
#[cfg(feature = "sqlx_error")]
|
||||
SqlxArgEncodingError = 1035,
|
||||
InvalidContentType = 1036,
|
||||
SingleUploadLimitExceeded = 1037,
|
||||
}
|
||||
|
||||
impl ErrorCode {
|
||||
|
|
|
|||
Loading…
Reference in New Issue