axios requests to download and export a file. If the request succeeds, it returns a file in stream form. You need to set responseType: "arraybuffer", but when the request fails, you return json, and you need to use the default responseType:" json" to handle the error message. So the question is, how should I set this responseType? according to the server response