Compare a response status code with a value
from an external source that lists status codes as numbers or strings.
Assume that you have the status code from a response message.
ans = matlab.net.http.StatusCode
Compare the code with value 401
from
the table using the fromValue
method.