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

Feature: エラー情報にエラーの原因がだれかを含める #267

Open
yutotnh opened this issue Aug 12, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@yutotnh
Copy link
Owner

yutotnh commented Aug 12, 2023

なぜ機能が欲しいのか

下記のコードでは、ユーザーが原因で到達することはなく、ライブラリ開発者側が原因で到達するものである

// default に来ることは、get_change_level で既にチェックしているので通常の利用ではありえないため、カバレッジ計測から除外する
// LCOV_EXCL_START
default:
Error::get_instance().error(Error::Type::UnknownValue, 0, __FILE__, __func__, __LINE__,
"Unknown motor change level target (%d)", static_cast<uint32_t>(target));
return 0.00F;
// LCOV_EXCL_STOP
}

そのようなエラーと、ユーザーが原因(の可能性がある)エラーを分けたい

提案の説明

その他

参考

@yutotnh yutotnh added the enhancement New feature or request label Aug 12, 2023
@yutotnh yutotnh self-assigned this Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant