We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider passing custom/explicit error types to the callback when errors occur.
I can think of these errors right now:
NetworkError
ServerError
TimeoutError
ScriptError
There could be more (or less) errors. Maybe ConnectionError and ClientError. Thoughts welcomed!
ConnectionError
ClientError
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider passing custom/explicit error types to the callback when errors occur.
I can think of these errors right now:
NetworkError
Ex: no internet connection, should be easy to catch at the http module levelServerError
Ex: Rexster returns with a 500 error for some reasons (the HTTP code should be explicitely returned as well).TimeoutError
Ex: connected, but script timed out for various reasons (connection timeout? script timeout?)ScriptError
Ex: exception thrown by Rexster when executing the script.There could be more (or less) errors. Maybe
ConnectionError
andClientError
. Thoughts welcomed!The text was updated successfully, but these errors were encountered: