Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional waiter config validation for matching error codes #3253

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Sep 11, 2024

  1. Add additional waiter config validation for matching error codes

    We should validate that if an error matcher references an error code,
    then the operation actually has a modeled error with a matching code.
    
    This won't pass as is, so I'm adding this as a reference for now.
    We likely won't be able to get all the service models updated
    immediately, so we may need to allow list existing cases that are valid
    but not fully modeled.
    jamesls committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    74745b9 View commit details
    Browse the repository at this point in the history