mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-31 03:41:03 +00:00
chore(execution-engine): this removes useless InvalidCanonStreamInData
error (#529)
This commit is contained in:
parent
6db35dbd93
commit
548e458f1c
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
use super::Stream;
|
use super::Stream;
|
||||||
use crate::execution_step::Generation;
|
use crate::execution_step::Generation;
|
||||||
use crate::JValue;
|
|
||||||
use crate::ToErrorCode;
|
use crate::ToErrorCode;
|
||||||
|
|
||||||
use air_interpreter_cid::CidCalculationError;
|
use air_interpreter_cid::CidCalculationError;
|
||||||
@ -76,12 +75,6 @@ pub enum UncatchableError {
|
|||||||
#[error("new end block tries to pop up a variable '{scalar_name}' that wasn't defined at depth {depth}")]
|
#[error("new end block tries to pop up a variable '{scalar_name}' that wasn't defined at depth {depth}")]
|
||||||
ScalarsStateCorrupted { scalar_name: String, depth: usize },
|
ScalarsStateCorrupted { scalar_name: String, depth: usize },
|
||||||
|
|
||||||
#[error("can't deserialize stream {canonicalized_stream:?} with error: {de_error}")]
|
|
||||||
InvalidCanonStreamInData {
|
|
||||||
canonicalized_stream: JValue,
|
|
||||||
de_error: serde_json::Error,
|
|
||||||
},
|
|
||||||
|
|
||||||
#[error("failed to calculate value's CID")]
|
#[error("failed to calculate value's CID")]
|
||||||
CidError(#[from] CidCalculationError),
|
CidError(#[from] CidCalculationError),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user