UnexpectedError
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.
Extends
Error
Constructors
Constructor
Parameters
at
Location where the error was raised, for diagnostics.
options
Standard ErrorOptions (e.g. cause).
Returns
UnexpectedError
Properties
at
Location where the error was raised, for diagnostics.