The struct for the exception mechanism to be used within exceptions.
See Sentry.Interfaces.Exception.
Sentry.Interfaces.Exception
@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() }