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

Simplify exception naming #669

Closed
111pontes opened this issue Jan 18, 2018 · 0 comments
Closed

Simplify exception naming #669

111pontes opened this issue Jan 18, 2018 · 0 comments

Comments

@111pontes
Copy link
Collaborator

Currently, exception names are language specific (e.g. YCPPServiceProviderError for C++ vs. YPYServiceProviderError for Python). Language-independent names should be used to be consistent with the language-independent notation used throughout the YDK API (e.g. YServiceProviderError instead of YCPPServiceProviderError). A language may have language specific exceptions if needed in particular cases, but language-independent naming should be preferred in general.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant