chore: add single upload limit

This commit is contained in:
Zack Fu Zi Xiang 2024-08-26 15:02:35 +08:00
parent d111282f7e
commit 6adf8f0fb2
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

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