Categories for batch processing errors. Used to classify errors for better observability, retry logic, and debugging. Helps distinguish between transient errors (worth retrying) and permanent errors.
-
DEPENDENCY(value:'dependency') -
AUTHENTICATION(value:'authentication') -
VALIDATION(value:'validation') -
RUNTIME(value:'runtime') -
NETWORK(value:'network') -
RESOURCE(value:'resource')