Difference Between `Schema.TaggedError` and `Data.TaggedError` in Effect Typescript
does anybody know what the difference is between
Schema.TaggedError and Data.TaggedError. So far, the only differences I see is the way in which they're declared and the full compatibility of Schema.TaggedError with rpc methods as it can be serialised to JSON. Would this mean that when building RPC or APIs, Schema.TaggedError is the recommended approach?