pyvider
2025-09-17
Renamed with_error_handling to resilient across the codebase
8 files · 19+ · 19-
Error handling decorator renamed from with_error_handling to resilient
8 files changed
encryption.pyChanged @with_error_handling() to @resilient() for encrypt, decrypt, _get_keydiscovery.pyChanged import and decorator usage to resilientvalidators.pyChanged @with_error_handling() to @resilient() for attach and validateapply_resource_change.pyChanged to @resilient()configure_provider.pyChanged to @resilient()get_provider_schema.pyChanged to @resilient()plan_resource_change.pyChanged to @resilient()read_resource.pyChanged to @resilient()
- Replaced all from provide.foundation.errors import with_error_handling with from provide.foundation.errors import resilient across 8 files
interface
internal
3 files
encryption.pydiscovery.pyvalidators.py
- Updated all @with_error_handling() decorator usages to @resilient()
interface
internal
3 files
apply_resource_change.pyconfigure_provider.pyread_resource.py