Returns the reason_phrase, if it's non-null and non-empty, a static string corresponding
to status_code.
In case neither that can be found a localized "Unknown error" message is returned.
| status_code |
an HTTP status code |
| reason_phrase |
preferred string to use for the message, or null |
|
Error text based on given arguments. The returned value is valid as long as |