RecoverableType
Defines the recoverability classification for errors and operations.
This enum categorizes errors based on whether they can be resolved through retry mechanisms. It provides a standardized way to determine error handling strategies, enabling intelligent retry policies and failure recovery in distributed systems.
The classification helps in:
Implementing circuit breakers and retry logic
Determining appropriate error responses to clients
Logging and monitoring error patterns
Resource allocation for error recovery
See also
for retry policy annotations
Samples
Entries
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.