statusText


statusTextstringRead-only

The response status message.

JavaScript
let statusText = httpResponse.statusText; // "OK"
Did this help?