View Source Sentry.Interfaces.Exception.Mechanism (Sentry v10.5.0)

The struct for the exception mechanism to be used within exceptions.

See Sentry.Interfaces.Exception.

Link to this section Summary

Link to this section Types

@type t() :: %Sentry.Interfaces.Exception.Mechanism{
  data: map() | nil,
  handled: boolean() | nil,
  help_link: String.t() | nil,
  meta: map() | nil,
  synthetic: boolean() | nil,
  type: String.t()
}