我调用了一个API,它返回404和一条消息。
我想在Axios中得到这条消息。
我看到Axios. How to get error response even when api return 404 error, in try catch finally,但它不工作。
我也试过error.response.response
,但是它没有定义。
我怎样才能得到404的文本响应?
我调用了一个API,它返回404和一条消息。
我想在Axios中得到这条消息。
我看到Axios. How to get error response even when api return 404 error, in try catch finally,但它不工作。
我也试过error.response.response
,但是它没有定义。
我怎样才能得到404的文本响应?
1条答案
按热度按时间ncecgwcz1#
尝试https://axios-http.com/docs/handling_errors中的示例集
特别是:错误消息或错误响应