Share via


statusText property

Contains the status message that corresponds to the status code of the response.

This property is read-only.

Syntax

JavaScript
statTxt = object.statusText

 

Property values

Type: ByteString

An unsigned short that indicates the status of the response.

Standards information

Remarks

The statusText property is set to "OK" by default for a response.

See also

Response