mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 12:27:48 +00:00
Merge branch '11.0'
This commit is contained in:
@@ -1237,6 +1237,8 @@ export const Utils = {
|
||||
);
|
||||
}
|
||||
errorMsg = gettext('Permission denied');
|
||||
} else if (error.response.status == 429) {
|
||||
errorMsg = gettext('Too many requests');
|
||||
} else if (error.response.data &&
|
||||
error.response.data['error_msg']) {
|
||||
errorMsg = error.response.data['error_msg'];
|
||||
|
Reference in New Issue
Block a user