# Errors

**Description**\
Gets any errors that occurred when loading a CustomItem and provides helpful YAML-related suggestions where possible.

**Command / Invocation**\
`uci errors [id]`&#x20;

**Visible args**\
`[id]` — optional, filter results to a specific custom item id or name.

**Required permission**\
`uci.errors`

**Aliases**\
`er`

**Example usage**\
`uci errors` — lists all current load errors.\
`uci errors 42` — lists load errors for ID `42`.\
`uci errors MyItemName` — lists load errors for `MyItemName`.

**Behavior notes**

* If no errors exist, returns a friendly message.
* If an `id` is supplied it filters and returns only errors matching that `id` (numeric or string).
* Outputs helpful metadata (file name, YAML line/column when available) and a suggested fix based on the exception message.
* Suggestions are heuristics mapped from common `YamlException` messages.


---

# 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://docs.uci.ucserver.it/uncomplicatedcustomitems/api/commands/admin-commands/errors.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.
