PostHog.Error exception (posthog v2.8.4)
View SourceGeneric PostHog SDK error.
Fields
:message- human-readable error message.
Summary
Types
@type t() :: %PostHog.Error{__exception__: true, message: String.t()}
Exception raised for SDK errors that are not tied to an HTTP response.