Open sfackler opened 7 months ago
Unlike conjure-rust, it's currently hard to tell if a SerializableError is a specific Conjure error type. The error name of a Conjure error is only accessible from an instance of that type, which we don't have.
SerializableError
Unlike conjure-rust, it's currently hard to tell if a
SerializableError
is a specific Conjure error type. The error name of a Conjure error is only accessible from an instance of that type, which we don't have.