> ## 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.

# Service Not Available For Off Hours

> A selected service cannot be booked in an off-hours slot

## Cause

One or more selected services do not allow off-hours booking. The appointment was not created.

## Fix

Choose a regular-hours opening, or select only services that are available for off-hours booking with this barber.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Create an appointment](/api-reference/appointments/create-an-appointment)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/serviceNotAvailableForOffHours",
  "title": "Service Not Available For Off Hours",
  "status": 422,
  "detail": "One or more selected services do not allow off-hours booking. The appointment was not created."
}
```
