Catch-all wrapper used when the SDK encounters a condition that doesn’t map to one of the typed error classes. The at property records where the wrap occurred and options.cause (standard ErrorOptions) carries the original throwable. Treat this as a bug signal — any occurrence merits filing an issue with the at value and the underlying cause attached.
ErrorLocation where the error was raised, for diagnostics.
Standard ErrorOptions (e.g. cause).
UnexpectedError
Location where the error was raised, for diagnostics.