> ## 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 Assigned to Barber

> The service is not assigned to this barber

## Cause

The specified service exists but is not assigned to the specified barber.

## Fix

Verify that the service has been assigned to this barber. You may need to assign the service to the barber first before attempting to modify or access it, then call the same operation again.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

No current operation documents this problem type in the OpenAPI definition. If you receive it in production, treat that as a contract gap and tell us.

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/serviceNotAssignedToBarber",
  "title": "Service Not Assigned to Barber",
  "status": 422,
  "detail": "The specified service exists but is not assigned to the specified barber."
}
```
