1
0
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:
lian
2024-09-24 13:28:58 +08:00
26 changed files with 189 additions and 48 deletions

View File

@@ -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'];