upvest v0.1.1 Upvest.InvalidRequestError exception View Source

Bad Request: often due to missing a required parameter 422, Unprocessable entity. The request could not be processed. 404 - Not found

Link to this section Summary

Link to this section Types

Link to this type

t()

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