upvest v0.1.1 Upvest.AuthenticationError exception View Source

Unauthorized: missing API key or invalid API key provided.

Link to this section Summary

Link to this section Types

Link to this type

t()

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