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.py Changed @with_error_handling() to @resilient() for encrypt, decrypt, _get_key
  • discovery.py Changed import and decorator usage to resilient
  • validators.py Changed @with_error_handling() to @resilient() for attach and validate
  • apply_resource_change.py Changed to @resilient()
  • configure_provider.py Changed to @resilient()
  • get_provider_schema.py Changed to @resilient()
  • plan_resource_change.py Changed to @resilient()
  • read_resource.py Changed 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.py
    • discovery.py
    • validators.py
  • Updated all @with_error_handling() decorator usages to @resilient() interface internal
    3 files
    • apply_resource_change.py
    • configure_provider.py
    • read_resource.py