upvest v0.1.1 Upvest.APIError exception View Source

API errors cover any other type of problem, such as:

  • Internal Server Error: Something went wrong on Upvest's end.
  • Service Unavailable.

Link to this section Summary

Link to this section Types

Link to this type

t()

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