wwHTTP::GetMessageFromResultCode
Returns the HTTP message for a given HTTP Result Code.
For example returns Not Authorized for a 401 result code, or Not Authorized for a 404. The most HTTP errors are mapped and returned in this fashion.
o.GetMessageFromResultCode(lcResultCode)
Parameters
lcResultCode
Returns a string message from an HTTP result code. Pass in either a string or number.