mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
this required to have a CAPI that when asked for types, returns a structure that can report if an error was faced during type creation. This is required since a failure at that stage in the compiler would lead to a segfault in the python bindings for example, and we want to be able to handle this scenario gracefully.