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
Now it just returns None.get error.
None.get
The cause of the error is responseToJson method, e.g.
responseToJson
hydro-serving-gateway/src/main/scala/io/hydrosphere/serving/gateway/api/http/controllers/ApplicationController.scala
Line 32 in ed1df51
Rewrite to return Either[Throwable, JsObject] and use with F.fromEither.
Either[Throwable, JsObject]
F.fromEither
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now it just returns
None.get
error.The cause of the error is
responseToJson
method, e.g.hydro-serving-gateway/src/main/scala/io/hydrosphere/serving/gateway/api/http/controllers/ApplicationController.scala
Line 32 in ed1df51
Rewrite to return
Either[Throwable, JsObject]
and use withF.fromEither
.The text was updated successfully, but these errors were encountered: