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

# Internal Server Error

> An unexpected error occurred while processing the request

## Cause

An unexpected error occurred on the server while processing the request. This is typically a temporary issue.

## Fix

Retry the request after a brief delay. If the problem persists, contact support with the request details and any provided error identifiers.

## Retry safety

Safe to retry as-is.

## Raised by

Many operations return this problem. Check the error responses on the operation you called.

Examples:

* [Create an appointment](/api-reference/appointments/create-an-appointment)
* [Confirm a booking request](/api-reference/appointments/confirm-a-booking-request)
* [List a cursor page of payouts for the given business](/api-reference/payouts/list-a-cursor-page-of-payouts-for-the-given-business)
* [List payouts for the given business](/api-reference/payouts/list-payouts-for-the-given-business)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/internalServerError",
  "title": "Internal Server Error",
  "status": 500,
  "detail": "An unexpected error occurred on the server while processing the request. This is typically a temporary issue."
}
```
