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

Return type mismatch for request! #1028

Open
krns opened this issue Jan 17, 2024 · 0 comments
Open

Return type mismatch for request! #1028

krns opened this issue Jan 17, 2024 · 0 comments

Comments

@krns
Copy link

krns commented Jan 17, 2024

Environment

  • Elixir & Erlang versions (elixir --version): 1.16.0
  • ExAws version mix deps |grep ex_aws 2.5.1
  • HTTP client version. IE for hackney do mix deps | grep hackney

Current behavior

https://hexdocs.pm/ex_aws/ExAws.html#request!/2

@spec request!(
  ExAws.Operation.t(),
  keyword()
) :: term()

https://hexdocs.pm/ex_aws/ExAws.Behaviour.html#c:request/2

@callback request!(ExAws.Operation.t(), Keyword.t()) :: term() | no_return()

Expected behavior

Same type specs

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

No branches or pull requests

1 participant