-
Notifications
You must be signed in to change notification settings - Fork 290
sdk: device_update: migrate to azure_core::error::Error
#791
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
Conversation
Signed-off-by: Muhammad Falak R Wani <[email protected]>
Signed-off-by: Muhammad Falak R Wani <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Thanks very much for doing this. Just a few minor markups.
Signed-off-by: Muhammad Falak R Wani <[email protected]>
Signed-off-by: Muhammad Falak R Wani <[email protected]>
…iate Signed-off-by: Muhammad Falak R Wani <[email protected]>
format!("could not get device update domain. url: {url}") | ||
}) | ||
})? | ||
.split_once('.') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also noticed the FIXME: use split_once
Might as well do it as it is in stable now :)
Thanks for the contribution! |
For:
azure_core::error::Error
#771Changes:
thiserror
& replace withazure_core::error::Error