It looks like the response gets turned into a string for all response codes other than `2xx`: https://github.com/fable-compiler/fable-fetch/blob/b79a153b59f806771508fa36321221e5dc338269/src/Fetch.fs#L379 However, I need to handle HTTP codes differently in my app. How can I get the HTTP code for error cases (e.g. `401`)?