Module clarity_repl::clarity::errors[][src]

Re-exports

pub use crate::clarity::analysis::errors::CheckErrors;
pub use crate::clarity::analysis::errors::check_argument_count;
pub use crate::clarity::analysis::errors::check_arguments_at_least;

Structs

Enums

InterpreterErrors are errors that should never occur. Test executions may trigger these errors.

RuntimeErrors are errors that smart contracts are expected to be able to trigger during execution (e.g., arithmetic errors)

Type Definitions