Deriving an `Exit` schema from a `TaggedRequest` for encoding purposes

Having a TaggedRequest is it possible to derive an Exit schema?

Use case: I need to encode the result of it obtained via Effect.exit and I need to encode the Exit for interoperability reason.

I read the Schema Exit tests but still struggling to understand if what I need is possible with current combinators
Was this page helpful?