statusText

open val statusText: String

Response: Status text.

Provides the terminal HTTP status text which corresponds with the terminal status code for this response.

From MDN: "The statusText read-only property of the Response interface contains the status message corresponding to the HTTP status code in Response.status."

See also: MDN, Response.statusText.