-
Notifications
You must be signed in to change notification settings - Fork 20
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
Use of return codes than assert #265
Labels
cyancore framework
Cyancore framework feature request
Comments
akashkollipara
added a commit
that referenced
this issue
Dec 24, 2023
- Using +ve values, will increase the range to 0-65535 for 16b enums Issue: #265
akashkollipara
added a commit
that referenced
this issue
Dec 24, 2023
- Added new status code Issue: #265
akashkollipara
added a commit
that referenced
this issue
Jan 3, 2024
Closing this issue... |
akashkollipara
added a commit
that referenced
this issue
Jan 3, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In many cases the driver automatically panics and does not let the user act upon the error cases in a dynamic environment.
It is better to:
The text was updated successfully, but these errors were encountered: