upvest v0.1.1 Upvest.APIConnectionError exception View Source

Failure to connect to the Upvest API. Network issues, timeouts etc

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Upvest.APIConnectionError{
  __exception__: term(),
  code: term(),
  details: term(),
  message: term(),
  type: term()
}