in Sources/UberAuth/Errors/UberAuthError.swift [143:151]
init(httpStatusCode: Int) {
self = .init(
error: URLError(
URLError.Code(
rawValue: httpStatusCode
)
)
)
}