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 verbose error description to Status module #2

Open
rneswold opened this issue Mar 24, 2021 · 1 comment
Open

Add verbose error description to Status module #2

rneswold opened this issue Mar 24, 2021 · 1 comment
Labels
New service Issues that should be solved by a new service

Comments

@rneswold
Copy link
Collaborator

rneswold commented Mar 24, 2021

@kjhazelwood: It would be a nice feature in acsys if the status package had a convenience method to get the verbose description of an error/status code. The content should be kept in sync with the CLIB module, acnet_status.

@beauremus
Copy link
Member

This could be done at build time or at run time with different trade-offs. The status codes don't change often so building the messages in at build time seems safest.

I have another project where I've parsed the text files, so we shouldn't solve that problem again.

@rneswold rneswold added this to the Release v1.0 milestone May 18, 2021
@beauremus beauremus added the New service Issues that should be solved by a new service label May 27, 2021
@beauremus beauremus removed this from the Release v1.0 milestone May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New service Issues that should be solved by a new service
Projects
None yet
Development

No branches or pull requests

2 participants