mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-24 07:48:04 +03:00
Add PackageError to CLIError
This commit is contained in:
parent
920214e5cf
commit
40f4ffad51
@ -74,6 +74,9 @@ pub enum CLIError {
|
||||
#[error("{}", _0)]
|
||||
OutputsDirectoryError(OutputsDirectoryError),
|
||||
|
||||
#[error("{}", _0)]
|
||||
PackageError(PackageError),
|
||||
|
||||
#[error("{}", _0)]
|
||||
ProofFileError(ProofFileError),
|
||||
|
||||
@ -140,6 +143,7 @@ impl_cli_error!(
|
||||
NewError,
|
||||
OutputFileError,
|
||||
OutputsDirectoryError,
|
||||
PackageError,
|
||||
ProofFileError,
|
||||
ProvingKeyFileError,
|
||||
PublishError,
|
||||
|
Loading…
Reference in New Issue
Block a user