> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Date Too Far in Future

> The provided date is too far in the future and exceeds allowed limits

## Cause

The provided date is too far in the future and exceeds the allowed time range for this operation.

## Fix

Provide a date within the allowed future time range.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [List barber schedule overrides](/api-reference/barbers/list-barber-schedule-overrides)
* [Create a schedule override](/api-reference/barbers/create-a-schedule-override)
* [Update a schedule override](/api-reference/barbers/update-a-schedule-override)
* [List week-specific schedules](/api-reference/barbers/list-week-specific-schedules)
* [Set schedule for a specific week](/api-reference/barbers/set-schedule-for-a-specific-week)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/dateTooFarInFuture",
  "title": "Date Too Far in Future",
  "status": 422,
  "detail": "The provided date is too far in the future and exceeds the allowed time range for this operation."
}
```
