Promise.all sends multiple requests, several of which report errors. How can the error message be prompted only once?

clipboard.png
response

clipboard.png

Mar.30,2021

if (error.response) this paragraph is written to promise.all ([.]). Then (). Catch (error= > {if (error.response).}) where


A simple non-invasive method is:

directly make the error prompt box singleton

.

also encounter this problem, how to solve it in the end?


Hello, have you solved the problem

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35f2f-2bfe2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35f2f-2bfe2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?