Creates a new BridgeError instance.
Bridge error construction options including UI5 version and adapter type.
ReadonlyadapterReadonlyattemptedReadonlycodeReadonlydetailsReadonlyretryableReadonlyseverityReadonlysuggestionsReadonlytimestampReadonlyui5Returns structured context for AI agents with bridge diagnostics.
Base AI context plus ui5Version and adapterType fields
to help diagnose bridge injection and compatibility issues.
Serializes the error to a JSON-safe object with bridge adapter fields.
Base fields plus ui5Version and adapterType.
Error subclass for bridge adapter failures.
Guarantee
Bridge injection and readiness contract — thrown only after injection attempt
Failure Mode
Injection timeout — bridge script failed to load within configured timeout
Failure Mode
Version mismatch — UI5 version incompatible with bridge capabilities
Browser Context
Requires active browser session with UI5 application loaded
Example