chore: add single upload limit
This commit is contained in:
parent
d111282f7e
commit
6adf8f0fb2
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue