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.
Last updated