Skip to content

Commit

Permalink
Include protocol defined errors in schema serialization (#263)
Browse files Browse the repository at this point in the history
## Why

The "built-in" errors can be emitted by any procedure, we should include
them in our serialized format so that we don't have to merge them in
everywhere that consumes serialized schema for codegen

## What changed

All serialized procedures now include protocol errors

## Versioning

- [ ] Breaking protocol change
- [ ] Breaking ts/js API change

<!-- Kind reminder to add tests and updated documentation if needed -->
  • Loading branch information
masad-frost authored Aug 30, 2024
1 parent bf6dd54 commit ea16d3f
Show file tree
Hide file tree
Showing 3 changed files with 2,104 additions and 342 deletions.
Loading

0 comments on commit ea16d3f

Please sign in to comment.