Weather.NET

Weather.NET's official website, where you can find the documentation for this library.


Project maintained by EloyEspinosa Hosted on GitHub Pages — Theme by mattgraham

HttpUnauthorizedException

The exception that is thrown when a HTTP request ends in a 401 Unauthorized error.

Where is it used?

It’s used when an invalid API key is given, either because it doesn’t exist, because it is trying to access content that is not available to the key’s subcription plan or another related reason.

Back