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

Incorrect error message when missing services field in metadata files. #107

Open
beqqrry-aws opened this issue Oct 14, 2024 · 0 comments
Open
Labels
Bug An update to fix incorrect code or typos.

Comments

@beqqrry-aws
Copy link
Contributor

I received this error when creating a new scenario in the s3_metadata.yaml file:

DocGen Error: In /Users/beqqrry/PhpstormProjects/aws-doc-sdk-examples/.doc_gen/metadata/s3_metadata.yaml at s3_Scenario_ExpressBasics, example s3_Scenario_ExpressBasics name does not match the required format of 'svc_Operation', 'svc_Operation_Specialization', or 'cross_Title' (service s3, services )

However, the problem was that I was missing the services field.

Desired output: When the problem is a missing field, the error should indicate the missing field and not incorrectly assert that something unrelated is incorrect.

@beqqrry-aws beqqrry-aws added the Bug An update to fix incorrect code or typos. label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An update to fix incorrect code or typos.
Projects
None yet
Development

No branches or pull requests

1 participant