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

Improve error messages #3898

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

christoph-zededa
Copy link
Contributor

@christoph-zededa christoph-zededa commented Jan 15, 2023

- What I did
Improving error messages in case of failure

- How I did it
One case: simply fixing the format string
Other case: getting the output into a bytes.Buffer and adding it to the returned Error

- How to verify it
Probably the easiest way is to just review and read the code.

- Description for the changelog
Improving error messages

- A picture of a cute animal (not mandatory but encouraged)

 ______________________________________
/ This is PR is of low priority, but   \
| perhaps helps users in case they run |
\ into an error                        /
 --------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

if starting the builder container fails, return the error message
from docker

Signed-off-by: Christoph Ostarek <christoph@zededa.com>
'-output' is now called '--o'

Signed-off-by: Christoph Ostarek <christoph@zededa.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant