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 macro name to error string. #2264

Closed
benjeffery opened this issue May 11, 2022 · 0 comments · Fixed by #2268
Closed

Add error macro name to error string. #2264

benjeffery opened this issue May 11, 2022 · 0 comments · Fixed by #2268
Labels
C API Issue is about the C API

Comments

@benjeffery
Copy link
Member

For example:

    case TSK_ERR_BAD_RESULT_DIMS:
            ret = "Must have result dimension >= 1 (TSK_ERR_BAD_RESULT_DIMS)";
            break;
@benjeffery benjeffery added the C API Issue is about the C API label May 11, 2022
@mergify mergify bot closed this as completed in #2268 May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C API Issue is about the C API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant