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

# Barber Not Found

> The specified barber could not be found

## Cause

The specified barber does not exist or is not accessible with the current permissions.

## Fix

Verify the barber ID is correct and that the barber exists. Ensure you have permission to access this barber's information, 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/barberNotFound",
  "title": "Barber Not Found",
  "status": 404,
  "detail": "The specified barber does not exist or is not accessible with the current permissions."
}
```
