The status text of the response corresponding to the HTTP status code.
statusText
fetch('https://example.com/404').then(r => print(r.statusText))
Not Found