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

IncomparableError

Enums

Error
InterpreterError

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

RuntimeErrorType

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

ShortReturnType

Type Definitions

InterpreterResult