Page MenuHomePhabricator

[web-db] change Error type to string
ClosedPublic

Authored by kamil on Jun 6 2023, 9:54 AM.
Tags
None
Referenced Files
F3673141: D8116.diff
Mon, Jan 6, 5:51 AM
Unknown Object (File)
Tue, Dec 31, 3:22 AM
Unknown Object (File)
Mon, Dec 30, 10:51 AM
Unknown Object (File)
Sat, Dec 28, 8:46 PM
Unknown Object (File)
Sat, Dec 28, 8:46 PM
Unknown Object (File)
Sat, Dec 28, 8:42 PM
Unknown Object (File)
Sat, Dec 28, 8:20 PM
Unknown Object (File)
Tue, Dec 17, 1:36 PM
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