PostHog.UnexpectedResponseError exception (posthog v2.1.0)

View Source

PostHog error that includes a reponse from the API, either full or partial.

Summary

Types

t()

@type t() :: %PostHog.UnexpectedResponseError{
  __exception__: true,
  message: String.t(),
  response: any()
}