> For the complete documentation index, see [llms.txt](https://labrynx.gitbook.io/error-enhanced/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://labrynx.gitbook.io/error-enhanced/enums/category.md).

# Category

The `Category` enum is part of the `error-enhanced` library and provides a standardized way to categorize errors into various types. This enumeration enhances error tracking and analysis by attaching a specific category to each error.

## Features

* **Error Categorization**: Enables errors to be grouped into specific categories for more granular tracking and debugging.
