# E22002 — LookupUnavailable

Lookup is temporarily unavailable. Please retry.

- **HTTP status**: `503`
- **Type**: `service_unavailable_error`
- **Name**: `LookupUnavailable`

## What to do

This is a transient error and needs no change to your request. Wait a few seconds and retry, with exponential backoff if it persists. Nothing was charged for this request.

## Related

- [E22xxx — Number lookup](/docs/api/errors/E22xxx): every code in this range
- [Errors](/docs/api/errors): the full wire contract, status mapping, and error catalog
- [Error handling](/docs/guides/errors): branching on `type` and `code`, validation details, and `vendor_code`