Effect CommunityEC
Effect Community3y ago
3 replies
Bene

Handling Specific Errors with Schema

How does one go about handling specific errors with Schema?
say I have
Schema.struct({ test: Schema.string })

How would I handle Missing error in test? Is there some built in matchers or some pattern to follow?
Was this page helpful?