unabletovalidateclass
This commit is contained in:
parent
edef831813
commit
24b63f1a75
3 changed files with 9 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ status_code::map!(reqs::finish::Err => [
|
|||
NotFound,
|
||||
Overuploading,
|
||||
ConcurrentUploadInProgress,
|
||||
UnableToValidateClass,
|
||||
]);
|
||||
|
||||
#[data]
|
||||
|
|
@ -54,4 +55,5 @@ const _: () = {
|
|||
direct!(SimUpQuotaExceeded => TOO_MANY_REQUESTS);
|
||||
direct!(Overuploading => BAD_REQUEST);
|
||||
direct!(HashMismatch => BAD_REQUEST);
|
||||
direct!(UnableToValidateClass => BAD_REQUEST);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue