Service temporarily unavailable
This problem occurs when the service is currently unavailable, preventing the server from fulfilling the request.
Description
Your client application issued a request to an API, but the service is temporarily unavailable, resulting in a service unavailable error.
Example
{
"type": "https://dev.euipo.europa.eu/problems-registry/service-temporarily-unavailable",
"title": "Service temporarily unavailable",
"detail": "The service is currently unavailable",
"status": 502,
"instance": "/messages",
"code": "service-unavailable",
"correlationId": "b8f2fc288f1e9aad434efdc96c255631"
}
Troubleshooting Steps
- Check the service status: Verify if the API service is currently down or undergoing maintenance.
- Retry the request: Wait for a few minutes and try sending the request again.
- Contact support: If the issue persists, contact the API provider for further assistance.