Page MenuHomePhabricator

[web-db] change Error type to string
ClosedPublic

Authored by kamil on Jun 6 2023, 9:54 AM.
Tags
None
Referenced Files
F5921105: D8116.id27758.diff
Thu, Apr 17, 10:42 PM
Unknown Object (File)
Sat, Apr 12, 6:22 PM
Unknown Object (File)
Fri, Apr 4, 11:52 AM
Unknown Object (File)
Mar 16 2025, 5:29 AM
Unknown Object (File)
Mar 13 2025, 6:15 AM
Unknown Object (File)
Mar 13 2025, 6:15 AM
Unknown Object (File)
Mar 13 2025, 6:15 AM
Unknown Object (File)
Mar 13 2025, 6:12 AM
Subscribers

Details

Summary

Because of the Safari problems with structured clone algorithm we can not send objects with methods between threads.
Error objects has some methods inside core definition.

That was causing DataCloneError: The object could not be cloned..

Test Plan

Check is error are properly handled.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable