effect-io-ai

Package: @effect/platform-browser
Module: Geolocation

Geolocation.GeolocationError

Tagged error wrapping a browser geolocation failure reason.

Signature

declare class GeolocationError { constructor(props: {
    readonly reason: GeolocationErrorReason
  }) }

Source

Since v4.0.0