HTTP Status Description
PureHttpStatusDescriptionReturns a human-readable description of a standard HTTP status code.
Type: Pure (no side effects)
Category: Fortuna|HTTP
Keywords: http
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| ResponseCode | Integer | — | ResponseCode parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | String | Return Value output |
Example Use Cases
Example 1
Display "Not Found" to the user when an asset API returns 404.