# Internal error

Resolve internal server errors.

An unexpected server-side issue occurred while processing your request. This is a temporary error that typically resolves on its own.

> **Recommended action**
>
> Retry your request after a brief delay. If the error persists, [contact support](https://croct.com/contact/support?subject=bug-report\&message=I%20encountered%20an%20internal%20error.%20The%20error%20details%20are%20as%20follows:%0A%0A%5BInclude%20any%20relevant%20information%20here,%20such%20as%20the%20request%20you%20were%20making,%20the%20time%20it%20occurred,%20and%20any%20other%20details%20that%20might%20help%20us%20investigate.%5D) with the error details.

## Response

All error responses follow the [Problem Details (RFC 9457)](/reference/api/overview#errors) format. The `type`, `title`, `status`, and `detail` fields are always present, while `instance` may be omitted depending on the API.

Here is an example of the response returned for this error:

```json
{
  "title": "Internal error.",
  "type": "https://croct.help/api/general/internal-error",
  "status": 500,
  "detail": "Please try again or contact Croct support if the error persists."
}
```
