Enum filecoin_proofs_api::StorageProofsError [−][src]
pub enum StorageProofsError {
Show 16 variants
BadPieceCommitment,
OutOfBounds(usize, usize),
InvalidMerkleTreeArgs(usize, usize, usize),
Synthesis(SynthesisError),
Io(Error),
InvalidCommitment,
MalformedInput,
MalformedMerkleTree,
InvalidInputSize,
MerkleTreeGenerationError(String),
UnalignedPiece,
Serde(Error),
Unclassified(String),
MissingPrivateInput(&'static str, u64),
FaultySectors(Vec<SectorId, Global>),
InvalidParameters(String),
}Expand description
Custom error types
Variants
Synthesis(SynthesisError)Io(Error)MerkleTreeGenerationError(String)Serde(Error)Unclassified(String)InvalidParameters(String)Trait Implementations
Performs the conversion.