> ## Documentation Index
> Fetch the complete documentation index at: https://stars-components.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Enumeration: Identifiers

Defined in: [enums.ts:60](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/enums.ts#L60)

Enum representing different types of identifiers.
These identifiers are used to categorize different types of errors or events.

## Enumeration Members

### AbortError

> **AbortError**: `"AbortError"`

Defined in: [enums.ts:61](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/enums.ts#L61)

***

### BlockedLocation

> **BlockedLocation**: `"BlockedLocation"`

Defined in: [enums.ts:62](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/enums.ts#L62)

***

### InvalidJsonBody

> **InvalidJsonBody**: `"InvalidJsonBody"`

Defined in: [enums.ts:67](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/enums.ts#L67)

***

### RateLimited

> **RateLimited**: `"RateLimited"`

Defined in: [enums.ts:63](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/enums.ts#L63)

***

### RemoteServerError

> **RemoteServerError**: `"RemoteServerError"`

Defined in: [enums.ts:64](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/enums.ts#L64)

***

### ServiceUnavailable

> **ServiceUnavailable**: `"ServiceUnavailable"`

Defined in: [enums.ts:65](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/enums.ts#L65)

***

### UnknownError

> **UnknownError**: `"UnknownError"`

Defined in: [enums.ts:66](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/enums.ts#L66)

***

### UnknownLocation

> **UnknownLocation**: `"UnknownLocation"`

Defined in: [enums.ts:68](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/enums.ts#L68)
