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

Explicit error when namespace and/or database are missing for HTTP engine #257

Merged
merged 1 commit into from
May 7, 2024

Conversation

kearfy
Copy link
Member

@kearfy kearfy commented May 7, 2024

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.

What is the motivation?

When no namespace and/or database is set a ConnectionUnavailable error will be thrown, this can be confusing as it does not clearly represent the problem.

What does this change do?

It introduces a new MissingNamespaceDatabase error with a better description of what the problem is.

What is your testing strategy?

N/A

Is this related to any issues?

fixes #245

Have you read the Contributing Guidelines?

@kearfy kearfy merged commit 367d790 into main May 7, 2024
2 checks passed
@kearfy kearfy deleted the micha/http-explicit-missing-ns_db-error branch May 7, 2024 07:40
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.

Bug: Connection Unavailable with HTTP protocol in v1.0.0-beta.5
1 participant