Skip to content

Error handling #11

@burdges

Description

@burdges

We add our own new error types, so we should add our own Error type that extends SynthesisError, but currently I just use ::std::io::Error with custom strings.

If we stick with zcash then all error types could ? into bellman::SynthesisError thanks to its IoError(::std::io::Error) variant, except..

We'd prefer ZEXE which presumable does error handling differently, especially since they support no_std.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions