The ResponseStatus object wraps the response status code,
status message, and any exception information from a remote call. The
ResponseStatus object inherits from the Status
object.
By default, the following properties are available:
Note that the previously used class WebScriptStatus is now deprecated.
| Type | Description |
|---|---|
| exception | Response status exception object; this can be null. Read/write. |
| message | Response status message. Read/write. |
| redirect | Redirect to status code response. Read/write. |
| code | Response status code. Read/write. |
| codeName | Localized response status code name. Read only. |
| location | Location response header. Read/write. |
| codeDescription | Localized response status code description. |