Page MenuHomePhabricator

[web-db] change Error type to string
ClosedPublic

Authored by kamil on Jun 6 2023, 9:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 16, 5:29 AM
Unknown Object (File)
Thu, Mar 13, 6:15 AM
Unknown Object (File)
Thu, Mar 13, 6:15 AM
Unknown Object (File)
Thu, Mar 13, 6:15 AM
Unknown Object (File)
Thu, Mar 13, 6:12 AM
Unknown Object (File)
Sun, Mar 2, 1:01 PM
Unknown Object (File)
Fri, Feb 28, 12:42 AM
Unknown Object (File)
Thu, Feb 27, 3:33 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