UNRECOVERABLE
Indicates that the error or operation failure is not recoverable through retry.
Use this classification for permanent errors that will consistently fail on retry. Common scenarios include:
Invalid input data or request parameters
Authentication or authorization failures
Resource not found (404 errors)
Business logic violations
Configuration errors
Operations with this type should not be retried and should be handled as permanent failures.