如何在Axios中获得404的响应体?

avkwfej4  于 2023-02-19  发布在  iOS
关注(0)|答案(1)|浏览(121)

我调用了一个API,它返回404和一条消息。
我想在Axios中得到这条消息。
我看到Axios. How to get error response even when api return 404 error, in try catch finally,但它不工作。
我也试过error.response.response,但是它没有定义。
我怎样才能得到404的文本响应?

相关问题