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 message display #118

Closed
kaidaguerre opened this issue Feb 1, 2021 · 1 comment · Fixed by #240
Closed

Improve error message display #118

kaidaguerre opened this issue Feb 1, 2021 · 1 comment · Fixed by #240
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@kaidaguerre
Copy link
Contributor

kaidaguerre commented Feb 1, 2021

currently error messages show as follows:

Error: pq: rpc error: code = Unknown desc = IPSTACK_TOKEN environment variable must be set

Clean up the display to be something like

Error:IPSTACK_TOKEN environment variable must be set

also look at including context information where appropriate (see #111)

@kaidaguerre kaidaguerre added the enhancement New feature or request label Feb 1, 2021
@kaidaguerre kaidaguerre modified the milestones: 0.2.3, 0.2.2 Feb 22, 2021
@kaidaguerre
Copy link
Contributor Author

initial implementation: remove pq: and rpc error: code = Unknown desc = from all errors

@binaek binaek linked a pull request Mar 1, 2021 that will close this issue
ahirreddy pushed a commit to ahirreddy/steampipe that referenced this issue Jul 8, 2024
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

Successfully merging a pull request may close this issue.

2 participants