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 error checking & reporting #14

Open
ChiefOfGxBxL opened this issue Apr 28, 2018 · 1 comment
Open

Add error checking & reporting #14

ChiefOfGxBxL opened this issue Apr 28, 2018 · 1 comment
Labels
💡Idea A proposed change that won't necessarily be implemented but is open for discussion

Comments

@ChiefOfGxBxL
Copy link
Owner

Use the return object of each translator to store ❌ errors that occur in translating. Before any translation takes place, validation should be performed to check the input schema:

  • Are required fields present?
  • Do provided values make sense
    • String length limitations
    • percent values are between 0-100
    • etc.
@ChiefOfGxBxL ChiefOfGxBxL self-assigned this Apr 28, 2018
@ChiefOfGxBxL ChiefOfGxBxL changed the title Add error support Add error checking & reporting Apr 28, 2018
@ChiefOfGxBxL
Copy link
Owner Author

This may tie in with #24

@ChiefOfGxBxL ChiefOfGxBxL added 💡Idea A proposed change that won't necessarily be implemented but is open for discussion and removed enhancement labels Dec 6, 2019
@ChiefOfGxBxL ChiefOfGxBxL removed their assignment Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡Idea A proposed change that won't necessarily be implemented but is open for discussion
Projects
None yet
Development

No branches or pull requests

1 participant