PostHog.Error exception (posthog v2.9.1)

View Source

Generic PostHog SDK error.

Fields

  • :message - human-readable error message.

Summary

Types

t()

Exception raised for SDK errors that are not tied to an HTTP response.

Types

t()

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

Exception raised for SDK errors that are not tied to an HTTP response.