public struct AnalyticsErrorReport
A value type describing an error event to be sent to the analytics backend.
Use this type to encapsulate the error code, human‑readable message, optional
contextual metadata, and severity. Instances are typically created in error
handling paths and forwarded via filterOutgoingErrorReport.