Modernizing the Fitbit Developer Experience.
The Fitbit Web APIs are moving to a new, scalable infrastructure. We will be deprecating the legacy Fitbit Web API in September 2026. To ensure uninterrupted data continuity for your users, you will need to migrate your applications. Detailed migration guides are live on the Google Health API developer site.
Errors API
chevron down
 

Errors API

Class: LocationUnavailableError

Thrown by WeatherProvider.getWeatherData if the current location is unavaliable

Properties

message

string

name

string

stack

string or undefined

Class: WeatherServiceUnavailableError

Thrown by WeatherProvider.getWeatherData if weather service unavailable

Properties

message

string

name

string

stack

string or undefined

Class: NetworkUnreachableError

Thrown by WeatherProvider.getWeatherData if network can't be reached

Properties

message

string

name

string

stack

string or undefined

Class: QuotaExceededError

Thrown by Storage.setItem if the allowed quota is breached.

Properties

message

string

name

string

stack

string or undefined