OpenMined / syft.js

The official Syft worker for Web and Node, built in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use custom Error classes

vvmnnnkv opened this issue · comments

Description

Define custom Errors, so errors can be handled easier.
See this example in KotlinSyft: https://github.com/OpenMined/KotlinSyft/blame/dev/syftlib/src/main/java/org/openmined/syft/execution/JobErrorThrowable.kt

Are you interested in working on this improvement yourself?

  • Yes, I am.

Additional Context

n/a

I have started a PR here: #223