Merge commit '36c66dd290d3ce6eb1ccd310d0c658d4a32bb8eb' as 'repos/effect'
This commit is contained in:
9
repos/effect/.changeset/add-schema-error-module.md
Normal file
9
repos/effect/.changeset/add-schema-error-module.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
"effect": patch
|
||||
---
|
||||
|
||||
Expose `SchemaError` as a public module and re-export `Schema.isSchemaError`.
|
||||
|
||||
This gives consumers a stable import path and guard for schema failures without
|
||||
depending on the internal schema implementation, while preserving the existing
|
||||
`Schema.SchemaError` surface.
|
||||
Reference in New Issue
Block a user