You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
jariy17
committed
fix(eval): let GetEvaluator failures propagate during KMS resolution
Wrapping the failure in InputValidationError mislabelled it: that type sets
source: USER, but a GetEvaluator call failing is not the caller's input at fault
— it is a service or permissions condition. It also replaced the SDK's error,
which already names the operation and the evaluator, with a less precise message.
The try/catch is removed so the original error surfaces unchanged.
0 commit comments