# Códigos de resposta

**Códigos OperationStatus**

| Código        | Tipo               | Descrições                                                                               |
| ------------- | ------------------ | ---------------------------------------------------------------------------------------- |
| SUC\_API\_001 | Sucesso            | Operação efetuada com sucesso                                                            |
| SUC\_API\_002 | Sucesso com avisos | Operação efetuada com sucesso. No entanto são também devolvidos avisos no campo message. |
| ERR\_API\_003 | Erro               | Objeto já existe                                                                         |
| ERR\_API\_004 | Erro               | Parâmetros inválidos                                                                     |
| ERR\_API\_005 | Erro               | Objeto não encontrado                                                                    |
| ERR\_API\_006 | Erro               | Timeout                                                                                  |
| ERR\_API\_007 | Erro               | Erro de processamento                                                                    |
| ERR\_API\_008 | Erro               | Falha de ligação                                                                         |
| ERR\_API\_009 | Erro               | Erro genérico (não se enquadra em nenhum código de erro específico)                      |
| ERR\_API\_010 | Erro               | Pré-visualização rejeitada (de forma explícita) pelo utilizador                          |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guias.mosaico.gov.pt/adesao-ao-fornecedor-de-evidencias-localizador-de-evidencia/codigos-de-resposta.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
