Not Found

This problem occurs when the requested resource cannot be found on the server.

Description

Your client application issued a request to an API for a resource that does not exist, resulting in a not found error.

Example

{
  "type": "https://dev.euipo.europa.eu/problems-registry/not-found",
  "title": "Not found",
  "detail": "The requested resource was not found",
  "status": 404,
  "instance": "/messages/010184693311aaa/logs",
  "code": "not-found",
  "correlationId": "12f334ee8058a218940d0b46bd88576b"
}

Troubleshooting Steps

  • Verify the resource URL: Ensure that the URL you are requesting is correct and that the resource exists.
  • Check the API documentation: Confirm that the resource you are trying to access is available and correctly spelled.
  • Inspect the request parameters: Make sure any parameters in the URL are correct and properly formatted.