We provide good default error messaging for sync provider connection errors based on error codes. However, a custom sync provider may have custom messaging needs. For example, they may want to:
- Point users to custom or internal documentation.
- Provide additional messaging based on inspection of the connection
error object.
- Provide additional debugging functionality.
- Allow users to report the error to a network service.
Providing an HOC filter would allow custom sync providers to modify or replace the default error modal.
We provide good default error messaging for sync provider connection errors based on error codes. However, a custom sync provider may have custom messaging needs. For example, they may want to:
errorobject.Providing an HOC filter would allow custom sync providers to modify or replace the default error modal.